Html Css Color HEX #D8B167 Equator

📋 copy color: '#D8B167'

red 216 ◦ green 177 ◦ blue 103

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

Shades of Equator #D8B167

Tints of Equator #D8B167

RGB

 RED value IS 216 (84.77% from 255) = 43.55%

 GREEN value IS 177 (69.53% from 255) = 35.69%

 BLUE value IS 103 (40.63% from 255) = 20.77%

R = 43.55%
G = 35.69%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#D8B167 (or 0xD8B167) is known color: Equator. HEX triplet: D8, B1 and 67. RGB value is (216,177,103). Sum of RGB (Red+Green+Blue) = 216+177+103=496 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.55% from 496); Green value is 177 (69.53% from 255 or 35.69% from 496); Blue value is 103 (40.62% from 255 or 20.77% from 496); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B167 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8B167 is #274E98. Grayscale: #B4B4B4. Windows color (decimal): -2576025 or 6795736. OLE color: 6795736.

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

Color convert

RGB 216 177 103 -
CMYK 0 0.18 0.52 0.15
HSL 39.29º 0.59% 0.63% -
HSV(B) 39.29º 0.52% 0.85% -
XYZ 46.49 47.02 19.46 -
YUV 180.23 84.42 153.52 -
System Red Green Blue C M Y K H S L
Decimal 216 177 103 0 0.18 0.52 0.15 39.29 0.59 0.63
Hex D8 B1 67 0 12 34 F 27 3B 3F
Octal 330 261 147 0 22 64 17 47 73 77
Binary 11011000 10110001 1100111 0 10010 110100 1111 100111 111011 111111

Color Harmonies of #D8B167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B167

Black with #D8B167

Text Example


Text Example

White with #D8B167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B167; }

 p { color: rgb(216,177,103); }

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

background-color css

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

 a { background-color: rgb(216,177,103); }

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

border-color css

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

 span { border-color: rgb(216,177,103); }

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