Html Css Color HEX #D2A250 Apache

📋 copy color: '#D2A250'

red 210 ◦ green 162 ◦ blue 80

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

Shades of Apache #D2A250

Tints of Apache #D2A250

RGB

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

 GREEN value IS 162 (63.67% from 255) = 35.84%

 BLUE value IS 80 (31.64% from 255) = 17.7%

R = 46.46%
G = 35.84%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D2A250 (or 0xD2A250) is known color: Apache. HEX triplet: D2, A2 and 50. RGB value is (210,162,80). Sum of RGB (Red+Green+Blue) = 210+162+80=452 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.46% from 452); Green value is 162 (63.67% from 255 or 35.84% from 452); Blue value is 80 (31.64% from 255 or 17.70% from 452); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A250 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A250 is #2D5DAF. Grayscale: #A7A7A7. Windows color (decimal): -2973104 or 5284562. OLE color: 5284562.

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

Color convert

RGB 210 162 80 -
CMYK 0 0.23 0.62 0.18
HSL 37.85º 0.59% 0.57% -
HSV(B) 37.85º 0.62% 0.82% -
XYZ 40.95 40.12 13.18 -
YUV 167 78.9 158.67 -
System Red Green Blue C M Y K H S L
Decimal 210 162 80 0 0.23 0.62 0.18 37.85 0.59 0.57
Hex D2 A2 50 0 17 3E 12 26 3B 39
Octal 322 242 120 0 27 76 22 46 73 71
Binary 11010010 10100010 1010000 0 10111 111110 10010 100110 111011 111001

Color Harmonies of #D2A250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A250

Black with #D2A250

Text Example


Text Example

White with #D2A250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A250; }

 p { color: rgb(210,162,80); }

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

background-color css

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

 a { background-color: rgb(210,162,80); }

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

border-color css

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

 span { border-color: rgb(210,162,80); }

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