Html Css Color HEX #D2A55C Apache

📋 copy color: '#D2A55C'

red 210 ◦ green 165 ◦ blue 92

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

Shades of Apache #D2A55C

Tints of Apache #D2A55C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.33%

 BLUE value IS 92 (36.33% from 255) = 19.7%

R = 44.97%
G = 35.33%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D2A55C (or 0xD2A55C) is known color: Apache. HEX triplet: D2, A5 and 5C. RGB value is (210,165,92). Sum of RGB (Red+Green+Blue) = 210+165+92=467 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.97% from 467); Green value is 165 (64.84% from 255 or 35.33% from 467); Blue value is 92 (36.33% from 255 or 19.70% from 467); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A55C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A55C is #2D5AA3. Grayscale: #AAAAAA. Windows color (decimal): -2972324 or 6071762. OLE color: 6071762.

HSL color Cylindrical-coordinate representation of color #D2A55C: hue angle of 37.12º 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 #D2A55C is Cyan = 0, Magento = 0.21, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 165 92 -
CMYK 0 0.21 0.56 0.18
HSL 37.12º 0.57% 0.59% -
HSV(B) 37.12º 0.56% 0.82% -
XYZ 41.97 41.38 15.9 -
YUV 170.13 83.91 156.44 -
System Red Green Blue C M Y K H S L
Decimal 210 165 92 0 0.21 0.56 0.18 37.12 0.57 0.59
Hex D2 A5 5C 0 15 38 12 25 39 3B
Octal 322 245 134 0 25 70 22 45 71 73
Binary 11010010 10100101 1011100 0 10101 111000 10010 100101 111001 111011

Color Harmonies of #D2A55C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A55C

Black with #D2A55C

Text Example


Text Example

White with #D2A55C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A55C; }

 p { color: rgb(210,165,92); }

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

background-color css

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

 a { background-color: rgb(210,165,92); }

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

border-color css

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

 span { border-color: rgb(210,165,92); }

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