Html Css Color HEX #D6AF68 Equator

📋 copy color: '#D6AF68'

red 214 ◦ green 175 ◦ blue 104

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

Shades of Equator #D6AF68

Tints of Equator #D6AF68

RGB

 RED value IS 214 (83.98% from 255) = 43.41%

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

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

R = 43.41%
G = 35.5%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D6AF68 (or 0xD6AF68) is known color: Equator. HEX triplet: D6, AF and 68. RGB value is (214,175,104). Sum of RGB (Red+Green+Blue) = 214+175+104=493 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.41% from 493); Green value is 175 (68.75% from 255 or 35.50% from 493); Blue value is 104 (41.02% from 255 or 21.10% from 493); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AF68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AF68 is #295097. Grayscale: #B2B2B2. Windows color (decimal): -2707608 or 6860758. OLE color: 6860758.

HSL color Cylindrical-coordinate representation of color #D6AF68: hue angle of 38.73º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D6AF68 is Cyan = 0, Magento = 0.18, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 175 104 -
CMYK 0 0.18 0.51 0.16
HSL 38.73º 0.57% 0.62% -
HSV(B) 38.73º 0.51% 0.84% -
XYZ 45.56 45.96 19.57 -
YUV 178.57 85.92 153.27 -
System Red Green Blue C M Y K H S L
Decimal 214 175 104 0 0.18 0.51 0.16 38.73 0.57 0.62
Hex D6 AF 68 0 12 33 10 27 39 3E
Octal 326 257 150 0 22 63 20 47 71 76
Binary 11010110 10101111 1101000 0 10010 110011 10000 100111 111001 111110

Color Harmonies of #D6AF68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AF68

Black with #D6AF68

Text Example


Text Example

White with #D6AF68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AF68; }

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

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

background-color css

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

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

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

border-color css

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

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

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