Html Css Color HEX #D6AA68 Equator

📋 copy color: '#D6AA68'

red 214 ◦ green 170 ◦ blue 104

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

Shades of Equator #D6AA68

Tints of Equator #D6AA68

RGB

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

 GREEN value IS 170 (66.8% from 255) = 34.84%

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

R = 43.85%
G = 34.84%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D6AA68 (or 0xD6AA68) is known color: Equator. HEX triplet: D6, AA and 68. RGB value is (214,170,104). Sum of RGB (Red+Green+Blue) = 214+170+104=488 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.85% from 488); Green value is 170 (66.80% from 255 or 34.84% from 488); Blue value is 104 (41.02% from 255 or 21.31% from 488); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AA68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AA68 is #295597. Grayscale: #AFAFAF. Windows color (decimal): -2708888 or 6859478. OLE color: 6859478.

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

Color convert

RGB 214 170 104 -
CMYK 0 0.21 0.51 0.16
HSL 36º 0.57% 0.62% -
HSV(B) 36º 0.51% 0.84% -
XYZ 44.6 44.05 19.25 -
YUV 175.63 87.58 155.37 -
System Red Green Blue C M Y K H S L
Decimal 214 170 104 0 0.21 0.51 0.16 36 0.57 0.62
Hex D6 AA 68 0 15 33 10 24 39 3E
Octal 326 252 150 0 25 63 20 44 71 76
Binary 11010110 10101010 1101000 0 10101 110011 10000 100100 111001 111110

Color Harmonies of #D6AA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AA68

Black with #D6AA68

Text Example


Text Example

White with #D6AA68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AA68; }

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

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

background-color css

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

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

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

border-color css

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

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

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