Html Css Color HEX #D7AB68 Equator

📋 copy color: '#D7AB68'

red 215 ◦ green 171 ◦ blue 104

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

Shades of Equator #D7AB68

Tints of Equator #D7AB68

RGB

 RED value IS 215 (84.38% from 255) = 43.88%

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

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

R = 43.88%
G = 34.9%
B = 21.22%

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

#D7AB68 (or 0xD7AB68) is known color: Equator. HEX triplet: D7, AB and 68. RGB value is (215,171,104). Sum of RGB (Red+Green+Blue) = 215+171+104=490 (64% of max value = 765). Red value is 215 (84.38% from 255 or 43.88% from 490); Green value is 171 (67.19% from 255 or 34.90% from 490); Blue value is 104 (41.02% from 255 or 21.22% from 490); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AB68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7AB68 is #285497. Grayscale: #B0B0B0. Windows color (decimal): -2643096 or 6859735. OLE color: 6859735.

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

Color convert

RGB 215 171 104 -
CMYK 0 0.20 0.52 0.16
HSL 36.22º 0.58% 0.63% -
HSV(B) 36.22º 0.52% 0.84% -
XYZ 45.09 44.57 19.32 -
YUV 176.52 87.08 155.45 -
System Red Green Blue C M Y K H S L
Decimal 215 171 104 0 0.20 0.52 0.16 36.22 0.58 0.63
Hex D7 AB 68 0 14 34 10 24 3A 3F
Octal 327 253 150 0 24 64 20 44 72 77
Binary 11010111 10101011 1101000 0 10100 110100 10000 100100 111010 111111

Color Harmonies of #D7AB68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AB68

Black with #D7AB68

Text Example


Text Example

White with #D7AB68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AB68; }

 p { color: rgb(215,171,104); }

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

background-color css

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

 a { background-color: rgb(215,171,104); }

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

border-color css

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

 span { border-color: rgb(215,171,104); }

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