Html Css Color HEX #D5AB66 Equator

📋 copy color: '#D5AB66'

red 213 ◦ green 171 ◦ blue 102

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

Shades of Equator #D5AB66

Tints of Equator #D5AB66

RGB

 RED value IS 213 (83.59% from 255) = 43.83%

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

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

R = 43.83%
G = 35.19%
B = 20.99%

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

#D5AB66 (or 0xD5AB66) is known color: Equator. HEX triplet: D5, AB and 66. RGB value is (213,171,102). Sum of RGB (Red+Green+Blue) = 213+171+102=486 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.83% from 486); Green value is 171 (67.19% from 255 or 35.19% from 486); Blue value is 102 (40.23% from 255 or 20.99% from 486); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AB66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AB66 is #2A5499. Grayscale: #B0B0B0. Windows color (decimal): -2774170 or 6728661. OLE color: 6728661.

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

Color convert

RGB 213 171 102 -
CMYK 0 0.20 0.52 0.16
HSL 37.3º 0.57% 0.62% -
HSV(B) 37.3º 0.52% 0.84% -
XYZ 44.4 44.23 18.77 -
YUV 175.69 86.41 154.61 -
System Red Green Blue C M Y K H S L
Decimal 213 171 102 0 0.20 0.52 0.16 37.3 0.57 0.62
Hex D5 AB 66 0 14 34 10 25 39 3E
Octal 325 253 146 0 24 64 20 45 71 76
Binary 11010101 10101011 1100110 0 10100 110100 10000 100101 111001 111110

Color Harmonies of #D5AB66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AB66

Black with #D5AB66

Text Example


Text Example

White with #D5AB66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AB66; }

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

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

background-color css

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

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

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

border-color css

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

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

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