Html Css Color HEX #DFB464 Equator

📋 copy color: '#DFB464'

red 223 ◦ green 180 ◦ blue 100

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

Shades of Equator #DFB464

Tints of Equator #DFB464

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.79%

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

R = 44.33%
G = 35.79%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DFB464 (or 0xDFB464) is known color: Equator. HEX triplet: DF, B4 and 64. RGB value is (223,180,100). Sum of RGB (Red+Green+Blue) = 223+180+100=503 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.33% from 503); Green value is 180 (70.70% from 255 or 35.79% from 503); Blue value is 100 (39.45% from 255 or 19.88% from 503); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB464 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB464 is #204B9B. Grayscale: #B8B8B8. Windows color (decimal): -2116508 or 6599903. OLE color: 6599903.

HSL color Cylindrical-coordinate representation of color #DFB464: hue angle of 39.02º 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 #DFB464 is Cyan = 0, Magento = 0.19, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 180 100 -
CMYK 0 0.19 0.55 0.13
HSL 39.02º 0.66% 0.63% -
HSV(B) 39.02º 0.55% 0.87% -
XYZ 49.05 49.25 18.98 -
YUV 183.74 80.75 156 -
System Red Green Blue C M Y K H S L
Decimal 223 180 100 0 0.19 0.55 0.13 39.02 0.66 0.63
Hex DF B4 64 0 13 37 D 27 42 3F
Octal 337 264 144 0 23 67 15 47 102 77
Binary 11011111 10110100 1100100 0 10011 110111 1101 100111 1000010 111111

Color Harmonies of #DFB464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB464

Black with #DFB464

Text Example


Text Example

White with #DFB464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB464; }

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

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

background-color css

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

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

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

border-color css

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

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

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