Html Css Color HEX #D6AF67 Equator

📋 copy color: '#D6AF67'

red 214 ◦ green 175 ◦ blue 103

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

Shades of Equator #D6AF67

Tints of Equator #D6AF67

RGB

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

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

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

R = 43.5%
G = 35.57%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#D6AF67 (or 0xD6AF67) is known color: Equator. HEX triplet: D6, AF and 67. RGB value is (214,175,103). Sum of RGB (Red+Green+Blue) = 214+175+103=492 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.50% from 492); Green value is 175 (68.75% from 255 or 35.57% from 492); Blue value is 103 (40.62% from 255 or 20.93% from 492); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AF67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AF67 is #295098. Grayscale: #B2B2B2. Windows color (decimal): -2707609 or 6795222. OLE color: 6795222.

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

Color convert

RGB 214 175 103 -
CMYK 0 0.18 0.52 0.16
HSL 38.92º 0.58% 0.62% -
HSV(B) 38.92º 0.52% 0.84% -
XYZ 45.51 45.94 19.3 -
YUV 178.45 85.42 153.35 -
System Red Green Blue C M Y K H S L
Decimal 214 175 103 0 0.18 0.52 0.16 38.92 0.58 0.62
Hex D6 AF 67 0 12 34 10 27 3A 3E
Octal 326 257 147 0 22 64 20 47 72 76
Binary 11010110 10101111 1100111 0 10010 110100 10000 100111 111010 111110

Color Harmonies of #D6AF67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AF67

Black with #D6AF67

Text Example


Text Example

White with #D6AF67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AF67; }

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

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

background-color css

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

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

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

border-color css

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

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

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