Html Css Color HEX #D2A14F Apache

📋 copy color: '#D2A14F'

red 210 ◦ green 161 ◦ blue 79

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

Shades of Apache #D2A14F

Tints of Apache #D2A14F

RGB

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

 GREEN value IS 161 (63.28% from 255) = 35.78%

 BLUE value IS 79 (31.25% from 255) = 17.56%

R = 46.67%
G = 35.78%
B = 17.56%

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

#D2A14F (or 0xD2A14F) is known color: Apache. HEX triplet: D2, A1 and 4F. RGB value is (210,161,79). Sum of RGB (Red+Green+Blue) = 210+161+79=450 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.67% from 450); Green value is 161 (63.28% from 255 or 35.78% from 450); Blue value is 79 (31.25% from 255 or 17.56% from 450); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A14F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A14F is #2D5EB0. Grayscale: #A6A6A6. Windows color (decimal): -2973361 or 5218770. OLE color: 5218770.

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

Color convert

RGB 210 161 79 -
CMYK 0 0.23 0.62 0.18
HSL 37.56º 0.59% 0.57% -
HSV(B) 37.56º 0.62% 0.82% -
XYZ 40.73 39.76 12.92 -
YUV 166.3 78.73 159.17 -
System Red Green Blue C M Y K H S L
Decimal 210 161 79 0 0.23 0.62 0.18 37.56 0.59 0.57
Hex D2 A1 4F 0 17 3E 12 26 3B 39
Octal 322 241 117 0 27 76 22 46 73 71
Binary 11010010 10100001 1001111 0 10111 111110 10010 100110 111011 111001

Color Harmonies of #D2A14F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A14F

Black with #D2A14F

Text Example


Text Example

White with #D2A14F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A14F; }

 p { color: rgb(210,161,79); }

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

background-color css

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

 a { background-color: rgb(210,161,79); }

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

border-color css

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

 span { border-color: rgb(210,161,79); }

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