Html Css Color HEX #D2AB57 Apache

📋 copy color: '#D2AB57'

red 210 ◦ green 171 ◦ blue 87

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

Shades of Apache #D2AB57

Tints of Apache #D2AB57

RGB

 RED value IS 210 (82.42% from 255) = 44.87%

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

 BLUE value IS 87 (34.38% from 255) = 18.59%

R = 44.87%
G = 36.54%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.59

 K value IS 0.18

RGB Variations

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

Color information

#D2AB57 (or 0xD2AB57) is known color: Apache. HEX triplet: D2, AB and 57. RGB value is (210,171,87). Sum of RGB (Red+Green+Blue) = 210+171+87=468 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.87% from 468); Green value is 171 (67.19% from 255 or 36.54% from 468); Blue value is 87 (34.38% from 255 or 18.59% from 468); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AB57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2AB57 is #2D54A8. Grayscale: #ADADAD. Windows color (decimal): -2970793 or 5745618. OLE color: 5745618.

HSL color Cylindrical-coordinate representation of color #D2AB57: hue angle of 40.98º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D2AB57 is Cyan = 0, Magento = 0.19, Yellow = 0.59 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 171 87 -
CMYK 0 0.19 0.59 0.18
HSL 40.98º 0.58% 0.58% -
HSV(B) 40.98º 0.59% 0.82% -
XYZ 42.86 43.52 15.16 -
YUV 173.09 79.42 154.33 -
System Red Green Blue C M Y K H S L
Decimal 210 171 87 0 0.19 0.59 0.18 40.98 0.58 0.58
Hex D2 AB 57 0 13 3B 12 29 3A 3A
Octal 322 253 127 0 23 73 22 51 72 72
Binary 11010010 10101011 1010111 0 10011 111011 10010 101001 111010 111010

Color Harmonies of #D2AB57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2AB57

Black with #D2AB57

Text Example


Text Example

White with #D2AB57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2AB57; }

 p { color: rgb(210,171,87); }

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

background-color css

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

 a { background-color: rgb(210,171,87); }

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

border-color css

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

 span { border-color: rgb(210,171,87); }

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