Html Css Color HEX #D8AF68 Equator

📋 copy color: '#D8AF68'

red 216 ◦ green 175 ◦ blue 104

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

Shades of Equator #D8AF68

Tints of Equator #D8AF68

RGB

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

 GREEN value IS 175 (68.75% from 255) = 35.35%

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

R = 43.64%
G = 35.35%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#D8AF68 (or 0xD8AF68) is known color: Equator. HEX triplet: D8, AF and 68. RGB value is (216,175,104). Sum of RGB (Red+Green+Blue) = 216+175+104=495 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.64% from 495); Green value is 175 (68.75% from 255 or 35.35% from 495); Blue value is 104 (41.02% from 255 or 21.01% from 495); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AF68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AF68 is #275097. Grayscale: #B3B3B3. Windows color (decimal): -2576536 or 6860760. OLE color: 6860760.

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

Color convert

RGB 216 175 104 -
CMYK 0 0.19 0.52 0.15
HSL 38.04º 0.59% 0.63% -
HSV(B) 38.04º 0.52% 0.85% -
XYZ 46.15 46.26 19.59 -
YUV 179.17 85.58 154.27 -
System Red Green Blue C M Y K H S L
Decimal 216 175 104 0 0.19 0.52 0.15 38.04 0.59 0.63
Hex D8 AF 68 0 13 34 F 26 3B 3F
Octal 330 257 150 0 23 64 17 46 73 77
Binary 11011000 10101111 1101000 0 10011 110100 1111 100110 111011 111111

Color Harmonies of #D8AF68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AF68

Black with #D8AF68

Text Example


Text Example

White with #D8AF68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AF68; }

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

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

background-color css

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

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

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

border-color css

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

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

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