Html Css Color HEX #D2A962 Apache

📋 copy color: '#D2A962'

red 210 ◦ green 169 ◦ blue 98

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

Shades of Apache #D2A962

Tints of Apache #D2A962

RGB

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

 GREEN value IS 169 (66.41% from 255) = 35.43%

 BLUE value IS 98 (38.67% from 255) = 20.55%

R = 44.03%
G = 35.43%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#D2A962 (or 0xD2A962) is known color: Apache. HEX triplet: D2, A9 and 62. RGB value is (210,169,98). Sum of RGB (Red+Green+Blue) = 210+169+98=477 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.03% from 477); Green value is 169 (66.41% from 255 or 35.43% from 477); Blue value is 98 (38.67% from 255 or 20.55% from 477); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A962 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A962 is #2D569D. Grayscale: #ADADAD. Windows color (decimal): -2971294 or 6466002. OLE color: 6466002.

HSL color Cylindrical-coordinate representation of color #D2A962: hue angle of 38.04º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D2A962 is Cyan = 0, Magento = 0.20, Yellow = 0.53 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 169 98 -
CMYK 0 0.20 0.53 0.18
HSL 38.04º 0.55% 0.6% -
HSV(B) 38.04º 0.53% 0.82% -
XYZ 42.97 42.96 17.58 -
YUV 173.17 85.58 154.27 -
System Red Green Blue C M Y K H S L
Decimal 210 169 98 0 0.20 0.53 0.18 38.04 0.55 0.6
Hex D2 A9 62 0 14 35 12 26 37 3C
Octal 322 251 142 0 24 65 22 46 67 74
Binary 11010010 10101001 1100010 0 10100 110101 10010 100110 110111 111100

Color Harmonies of #D2A962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A962

Black with #D2A962

Text Example


Text Example

White with #D2A962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A962; }

 p { color: rgb(210,169,98); }

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

background-color css

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

 a { background-color: rgb(210,169,98); }

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

border-color css

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

 span { border-color: rgb(210,169,98); }

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