Html Css Color HEX #D9B768 Equator

📋 copy color: '#D9B768'

red 217 ◦ green 183 ◦ blue 104

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

Shades of Equator #D9B768

Tints of Equator #D9B768

RGB

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

 GREEN value IS 183 (71.88% from 255) = 36.31%

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

R = 43.06%
G = 36.31%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#D9B768 (or 0xD9B768) is known color: Equator. HEX triplet: D9, B7 and 68. RGB value is (217,183,104). Sum of RGB (Red+Green+Blue) = 217+183+104=504 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.06% from 504); Green value is 183 (71.88% from 255 or 36.31% from 504); Blue value is 104 (41.02% from 255 or 20.63% from 504); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B768 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9B768 is #264897. Grayscale: #B8B8B8. Windows color (decimal): -2508952 or 6862809. OLE color: 6862809.

HSL color Cylindrical-coordinate representation of color #D9B768: hue angle of 41.95º 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 #D9B768 is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 183 104 -
CMYK 0 0.16 0.52 0.15
HSL 41.95º 0.6% 0.63% -
HSV(B) 41.95º 0.52% 0.85% -
XYZ 48.05 49.62 20.14 -
YUV 184.16 82.76 151.42 -
System Red Green Blue C M Y K H S L
Decimal 217 183 104 0 0.16 0.52 0.15 41.95 0.6 0.63
Hex D9 B7 68 0 10 34 F 2A 3C 3F
Octal 331 267 150 0 20 64 17 52 74 77
Binary 11011001 10110111 1101000 0 10000 110100 1111 101010 111100 111111

Color Harmonies of #D9B768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B768

Black with #D9B768

Text Example


Text Example

White with #D9B768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B768; }

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

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

background-color css

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

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

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

border-color css

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

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

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