Html Css Color HEX #D8AB68 Equator

📋 copy color: '#D8AB68'

red 216 ◦ green 171 ◦ blue 104

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

Shades of Equator #D8AB68

Tints of Equator #D8AB68

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.83%

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

R = 43.99%
G = 34.83%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#D8AB68 (or 0xD8AB68) is known color: Equator. HEX triplet: D8, AB and 68. RGB value is (216,171,104). Sum of RGB (Red+Green+Blue) = 216+171+104=491 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.99% from 491); Green value is 171 (67.19% from 255 or 34.83% from 491); Blue value is 104 (41.02% from 255 or 21.18% from 491); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AB68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AB68 is #275497. Grayscale: #B1B1B1. Windows color (decimal): -2577560 or 6859736. OLE color: 6859736.

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

Color convert

RGB 216 171 104 -
CMYK 0 0.21 0.52 0.15
HSL 35.89º 0.59% 0.63% -
HSV(B) 35.89º 0.52% 0.85% -
XYZ 45.38 44.72 19.34 -
YUV 176.82 86.91 155.95 -
System Red Green Blue C M Y K H S L
Decimal 216 171 104 0 0.21 0.52 0.15 35.89 0.59 0.63
Hex D8 AB 68 0 15 34 F 24 3B 3F
Octal 330 253 150 0 25 64 17 44 73 77
Binary 11011000 10101011 1101000 0 10101 110100 1111 100100 111011 111111

Color Harmonies of #D8AB68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AB68

Black with #D8AB68

Text Example


Text Example

White with #D8AB68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AB68; }

 p { color: rgb(216,171,104); }

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

background-color css

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

 a { background-color: rgb(216,171,104); }

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

border-color css

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

 span { border-color: rgb(216,171,104); }

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