Html Css Color HEX #DFB662 Equator

📋 copy color: '#DFB662'

red 223 ◦ green 182 ◦ blue 98

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

Shades of Equator #DFB662

Tints of Equator #DFB662

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 19.48%

R = 44.33%
G = 36.18%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DFB662 (or 0xDFB662) is known color: Equator. HEX triplet: DF, B6 and 62. RGB value is (223,182,98). Sum of RGB (Red+Green+Blue) = 223+182+98=503 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.33% from 503); Green value is 182 (71.48% from 255 or 36.18% from 503); Blue value is 98 (38.67% from 255 or 19.48% from 503); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB662 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB662 is #20499D. Grayscale: #B9B9B9. Windows color (decimal): -2115998 or 6469343. OLE color: 6469343.

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

Color convert

RGB 223 182 98 -
CMYK 0 0.18 0.56 0.13
HSL 40.32º 0.66% 0.63% -
HSV(B) 40.32º 0.56% 0.87% -
XYZ 49.36 50.03 18.61 -
YUV 184.68 79.08 155.33 -
System Red Green Blue C M Y K H S L
Decimal 223 182 98 0 0.18 0.56 0.13 40.32 0.66 0.63
Hex DF B6 62 0 12 38 D 28 42 3F
Octal 337 266 142 0 22 70 15 50 102 77
Binary 11011111 10110110 1100010 0 10010 111000 1101 101000 1000010 111111

Color Harmonies of #DFB662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB662

Black with #DFB662

Text Example


Text Example

White with #DFB662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB662; }

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

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

background-color css

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

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

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

border-color css

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

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

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