Html Css Color HEX #D2AB5D Apache

📋 copy color: '#D2AB5D'

red 210 ◦ green 171 ◦ blue 93

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

Shades of Apache #D2AB5D

Tints of Apache #D2AB5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 19.62%

R = 44.3%
G = 36.08%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D2AB5D (or 0xD2AB5D) is known color: Apache. HEX triplet: D2, AB and 5D. RGB value is (210,171,93). Sum of RGB (Red+Green+Blue) = 210+171+93=474 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.30% from 474); Green value is 171 (67.19% from 255 or 36.08% from 474); Blue value is 93 (36.72% from 255 or 19.62% from 474); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AB5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2AB5D is #2D54A2. Grayscale: #AEAEAE. Windows color (decimal): -2970787 or 6138834. OLE color: 6138834.

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

Color convert

RGB 210 171 93 -
CMYK 0 0.19 0.56 0.18
HSL 40º 0.57% 0.59% -
HSV(B) 40º 0.56% 0.82% -
XYZ 43.12 43.62 16.5 -
YUV 173.77 82.42 153.84 -
System Red Green Blue C M Y K H S L
Decimal 210 171 93 0 0.19 0.56 0.18 40 0.57 0.59
Hex D2 AB 5D 0 13 38 12 28 39 3B
Octal 322 253 135 0 23 70 22 50 71 73
Binary 11010010 10101011 1011101 0 10011 111000 10010 101000 111001 111011

Color Harmonies of #D2AB5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2AB5D

Black with #D2AB5D

Text Example


Text Example

White with #D2AB5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2AB5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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