Html Css Color HEX #DFB064 Equator

📋 copy color: '#DFB064'

red 223 ◦ green 176 ◦ blue 100

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

Shades of Equator #DFB064

Tints of Equator #DFB064

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.27%

 BLUE value IS 100 (39.45% from 255) = 20.04%

R = 44.69%
G = 35.27%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DFB064 (or 0xDFB064) is known color: Equator. HEX triplet: DF, B0 and 64. RGB value is (223,176,100). Sum of RGB (Red+Green+Blue) = 223+176+100=499 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.69% from 499); Green value is 176 (69.14% from 255 or 35.27% from 499); Blue value is 100 (39.45% from 255 or 20.04% from 499); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB064 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFB064 is #204F9B. Grayscale: #B5B5B5. Windows color (decimal): -2117532 or 6598879. OLE color: 6598879.

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

Color convert

RGB 223 176 100 -
CMYK 0 0.21 0.55 0.13
HSL 37.07º 0.66% 0.63% -
HSV(B) 37.07º 0.55% 0.87% -
XYZ 48.26 47.66 18.71 -
YUV 181.39 82.07 157.68 -
System Red Green Blue C M Y K H S L
Decimal 223 176 100 0 0.21 0.55 0.13 37.07 0.66 0.63
Hex DF B0 64 0 15 37 D 25 42 3F
Octal 337 260 144 0 25 67 15 45 102 77
Binary 11011111 10110000 1100100 0 10101 110111 1101 100101 1000010 111111

Color Harmonies of #DFB064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB064

Black with #DFB064

Text Example


Text Example

White with #DFB064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB064; }

 p { color: rgb(223,176,100); }

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

background-color css

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

 a { background-color: rgb(223,176,100); }

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

border-color css

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

 span { border-color: rgb(223,176,100); }

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