Html Css Color HEX #D9B568 Equator

📋 copy color: '#D9B568'

red 217 ◦ green 181 ◦ blue 104

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

Shades of Equator #D9B568

Tints of Equator #D9B568

RGB

 RED value IS 217 (85.16% from 255) = 43.23%

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

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

R = 43.23%
G = 36.06%
B = 20.72%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#D9B568 (or 0xD9B568) is known color: Equator. HEX triplet: D9, B5 and 68. RGB value is (217,181,104). Sum of RGB (Red+Green+Blue) = 217+181+104=502 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.23% from 502); Green value is 181 (71.09% from 255 or 36.06% from 502); Blue value is 104 (41.02% from 255 or 20.72% from 502); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B568 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9B568 is #264A97. Grayscale: #B7B7B7. Windows color (decimal): -2509464 or 6862297. OLE color: 6862297.

HSL color Cylindrical-coordinate representation of color #D9B568: hue angle of 40.88º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D9B568 is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 181 104 -
CMYK 0 0.17 0.52 0.15
HSL 40.88º 0.6% 0.63% -
HSV(B) 40.88º 0.52% 0.85% -
XYZ 47.64 48.8 20.01 -
YUV 182.99 83.43 152.26 -
System Red Green Blue C M Y K H S L
Decimal 217 181 104 0 0.17 0.52 0.15 40.88 0.6 0.63
Hex D9 B5 68 0 11 34 F 29 3C 3F
Octal 331 265 150 0 21 64 17 51 74 77
Binary 11011001 10110101 1101000 0 10001 110100 1111 101001 111100 111111

Color Harmonies of #D9B568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B568

Black with #D9B568

Text Example


Text Example

White with #D9B568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B568; }

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

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

background-color css

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

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

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

border-color css

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

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

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