Html Css Color HEX #D6AB66 Equator

📋 copy color: '#D6AB66'

red 214 ◦ green 171 ◦ blue 102

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

Shades of Equator #D6AB66

Tints of Equator #D6AB66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 20.94%

R = 43.94%
G = 35.11%
B = 20.94%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#D6AB66 (or 0xD6AB66) is known color: Equator. HEX triplet: D6, AB and 66. RGB value is (214,171,102). Sum of RGB (Red+Green+Blue) = 214+171+102=487 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.94% from 487); Green value is 171 (67.19% from 255 or 35.11% from 487); Blue value is 102 (40.23% from 255 or 20.94% from 487); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AB66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AB66 is #295499. Grayscale: #B0B0B0. Windows color (decimal): -2708634 or 6728662. OLE color: 6728662.

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

Color convert

RGB 214 171 102 -
CMYK 0 0.20 0.52 0.16
HSL 36.96º 0.58% 0.62% -
HSV(B) 36.96º 0.52% 0.84% -
XYZ 44.69 44.38 18.78 -
YUV 175.99 86.25 155.11 -
System Red Green Blue C M Y K H S L
Decimal 214 171 102 0 0.20 0.52 0.16 36.96 0.58 0.62
Hex D6 AB 66 0 14 34 10 25 3A 3E
Octal 326 253 146 0 24 64 20 45 72 76
Binary 11010110 10101011 1100110 0 10100 110100 10000 100101 111010 111110

Color Harmonies of #D6AB66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AB66

Black with #D6AB66

Text Example


Text Example

White with #D6AB66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AB66; }

 p { color: rgb(214,171,102); }

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

background-color css

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

 a { background-color: rgb(214,171,102); }

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

border-color css

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

 span { border-color: rgb(214,171,102); }

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