Html Css Color HEX #D2A54F Apache

📋 copy color: '#D2A54F'

red 210 ◦ green 165 ◦ blue 79

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

Shades of Apache #D2A54F

Tints of Apache #D2A54F

RGB

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

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

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

R = 46.26%
G = 36.34%
B = 17.4%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D2A54F (or 0xD2A54F) is known color: Apache. HEX triplet: D2, A5 and 4F. RGB value is (210,165,79). Sum of RGB (Red+Green+Blue) = 210+165+79=454 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.26% from 454); Green value is 165 (64.84% from 255 or 36.34% from 454); Blue value is 79 (31.25% from 255 or 17.40% from 454); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A54F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A54F is #2D5AB0. Grayscale: #A9A9A9. Windows color (decimal): -2972337 or 5219794. OLE color: 5219794.

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

Color convert

RGB 210 165 79 -
CMYK 0 0.21 0.62 0.18
HSL 39.39º 0.59% 0.57% -
HSV(B) 39.39º 0.62% 0.82% -
XYZ 41.44 41.18 13.16 -
YUV 168.65 77.41 157.49 -
System Red Green Blue C M Y K H S L
Decimal 210 165 79 0 0.21 0.62 0.18 39.39 0.59 0.57
Hex D2 A5 4F 0 15 3E 12 27 3B 39
Octal 322 245 117 0 25 76 22 47 73 71
Binary 11010010 10100101 1001111 0 10101 111110 10010 100111 111011 111001

Color Harmonies of #D2A54F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A54F

Black with #D2A54F

Text Example


Text Example

White with #D2A54F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A54F; }

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

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

background-color css

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

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

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

border-color css

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

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

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