Html Css Color HEX #DFBB66 Equator

📋 copy color: '#DFBB66'

red 223 ◦ green 187 ◦ blue 102

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

Shades of Equator #DFBB66

Tints of Equator #DFBB66

RGB

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

 GREEN value IS 187 (73.44% from 255) = 36.52%

 BLUE value IS 102 (40.23% from 255) = 19.92%

R = 43.55%
G = 36.52%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DFBB66 (or 0xDFBB66) is known color: Equator. HEX triplet: DF, BB and 66. RGB value is (223,187,102). Sum of RGB (Red+Green+Blue) = 223+187+102=512 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.55% from 512); Green value is 187 (73.44% from 255 or 36.52% from 512); Blue value is 102 (40.23% from 255 or 19.92% from 512); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBB66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBB66 is #204499. Grayscale: #BCBCBC. Windows color (decimal): -2114714 or 6732767. OLE color: 6732767.

HSL color Cylindrical-coordinate representation of color #DFBB66: hue angle of 42.15º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DFBB66 is Cyan = 0, Magento = 0.16, Yellow = 0.54 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 187 102 -
CMYK 0 0.16 0.54 0.13
HSL 42.15º 0.65% 0.64% -
HSV(B) 42.15º 0.54% 0.87% -
XYZ 50.6 52.19 19.98 -
YUV 188.07 79.43 152.91 -
System Red Green Blue C M Y K H S L
Decimal 223 187 102 0 0.16 0.54 0.13 42.15 0.65 0.64
Hex DF BB 66 0 10 36 D 2A 41 40
Octal 337 273 146 0 20 66 15 52 101 100
Binary 11011111 10111011 1100110 0 10000 110110 1101 101010 1000001 1000000

Color Harmonies of #DFBB66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBB66

Black with #DFBB66

Text Example


Text Example

White with #DFBB66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBB66; }

 p { color: rgb(223,187,102); }

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

background-color css

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

 a { background-color: rgb(223,187,102); }

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

border-color css

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

 span { border-color: rgb(223,187,102); }

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