Html Css Color HEX #DFB364 Equator

📋 copy color: '#DFB364'

red 223 ◦ green 179 ◦ blue 100

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

Shades of Equator #DFB364

Tints of Equator #DFB364

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.66%

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

R = 44.42%
G = 35.66%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DFB364 (or 0xDFB364) is known color: Equator. HEX triplet: DF, B3 and 64. RGB value is (223,179,100). Sum of RGB (Red+Green+Blue) = 223+179+100=502 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.42% from 502); Green value is 179 (70.31% from 255 or 35.66% from 502); Blue value is 100 (39.45% from 255 or 19.92% from 502); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB364 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB364 is #204C9B. Grayscale: #B7B7B7. Windows color (decimal): -2116764 or 6599647. OLE color: 6599647.

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

Color convert

RGB 223 179 100 -
CMYK 0 0.20 0.55 0.13
HSL 38.54º 0.66% 0.63% -
HSV(B) 38.54º 0.55% 0.87% -
XYZ 48.85 48.85 18.91 -
YUV 183.15 81.08 156.42 -
System Red Green Blue C M Y K H S L
Decimal 223 179 100 0 0.20 0.55 0.13 38.54 0.66 0.63
Hex DF B3 64 0 14 37 D 27 42 3F
Octal 337 263 144 0 24 67 15 47 102 77
Binary 11011111 10110011 1100100 0 10100 110111 1101 100111 1000010 111111

Color Harmonies of #DFB364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB364

Black with #DFB364

Text Example


Text Example

White with #DFB364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB364; }

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

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

background-color css

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

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

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

border-color css

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

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

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