Html Css Color HEX #DFB568 Equator

📋 copy color: '#DFB568'

red 223 ◦ green 181 ◦ blue 104

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

Shades of Equator #DFB568

Tints of Equator #DFB568

RGB

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

 GREEN value IS 181 (71.09% from 255) = 35.63%

 BLUE value IS 104 (41.02% from 255) = 20.47%

R = 43.9%
G = 35.63%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DFB568 (or 0xDFB568) is known color: Equator. HEX triplet: DF, B5 and 68. RGB value is (223,181,104). Sum of RGB (Red+Green+Blue) = 223+181+104=508 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.90% from 508); Green value is 181 (71.09% from 255 or 35.63% from 508); Blue value is 104 (41.02% from 255 or 20.47% from 508); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB568 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB568 is #204A97. Grayscale: #B9B9B9. Windows color (decimal): -2116248 or 6862303. OLE color: 6862303.

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

Color convert

RGB 223 181 104 -
CMYK 0 0.19 0.53 0.13
HSL 38.82º 0.65% 0.64% -
HSV(B) 38.82º 0.53% 0.87% -
XYZ 49.45 49.74 20.09 -
YUV 184.78 82.41 155.26 -
System Red Green Blue C M Y K H S L
Decimal 223 181 104 0 0.19 0.53 0.13 38.82 0.65 0.64
Hex DF B5 68 0 13 35 D 27 41 40
Octal 337 265 150 0 23 65 15 47 101 100
Binary 11011111 10110101 1101000 0 10011 110101 1101 100111 1000001 1000000

Color Harmonies of #DFB568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB568

Black with #DFB568

Text Example


Text Example

White with #DFB568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB568; }

 p { color: rgb(223,181,104); }

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

background-color css

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

 a { background-color: rgb(223,181,104); }

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

border-color css

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

 span { border-color: rgb(223,181,104); }

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