Html Css Color HEX #DFB62E Gold Tips

📋 copy color: '#DFB62E'

red 223 ◦ green 182 ◦ blue 46

#DFB62E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gold Tips #DFB62E

Tints of Gold Tips #DFB62E

RGB

 RED value IS 223 (87.5% from 255) = 49.45%

 GREEN value IS 182 (71.48% from 255) = 40.35%

 BLUE value IS 46 (18.36% from 255) = 10.2%

R = 49.45%
G = 40.35%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.79

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DFB62E (or 0xDFB62E) is known color: Gold Tips. HEX triplet: DF, B6 and 2E. RGB value is (223,182,46). Sum of RGB (Red+Green+Blue) = 223+182+46=451 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.45% from 451); Green value is 182 (71.48% from 255 or 40.35% from 451); Blue value is 46 (18.36% from 255 or 10.20% from 451); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB62E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB62E is #2049D1. Grayscale: #B3B3B3. Windows color (decimal): -2116050 or 3061471. OLE color: 3061471.

HSL color Cylindrical-coordinate representation of color #DFB62E: hue angle of 46.1º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DFB62E is Cyan = 0, Magento = 0.18, Yellow = 0.79 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 182 46 -
CMYK 0 0.18 0.79 0.13
HSL 46.1º 0.73% 0.53% -
HSV(B) 46.1º 0.79% 0.87% -
XYZ 47.65 49.34 9.6 -
YUV 178.76 53.08 159.56 -
System Red Green Blue C M Y K H S L
Decimal 223 182 46 0 0.18 0.79 0.13 46.1 0.73 0.53
Hex DF B6 2E 0 12 4F D 2E 49 35
Octal 337 266 56 0 22 117 15 56 111 65
Binary 11011111 10110110 101110 0 10010 1001111 1101 101110 1001001 110101

Color Harmonies of #DFB62E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB62E

Black with #DFB62E

Text Example


Text Example

White with #DFB62E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB62E; }

 p { color: rgb(223,182,46); }

 H1.HeaderClassName
 {
   color: #DFB62E;
 }
 .AnyTagClassName
 {
   color: #DFB62E;
 }
</style>

background-color css

<style>
 a { background-color: #DFB62E; }

 a { background-color: rgb(223,182,46); }

 div.DivClassName
 {
   background-color: #DFB62E;
 }
 .BgClassName
 {
   background-color: #DFB62E;
 }
</style>

border-color css

<style>
 span { border-color: #DFB62E; }

 span { border-color: rgb(223,182,46); }

 td.TdClassName
 {
   border-color: #DFB62E;
 }
 .TagClassName
 {
   border-color: #DFB62E;
 }
</style>