Html Css Color HEX #D4A25D Apache

📋 copy color: '#D4A25D'

red 212 ◦ green 162 ◦ blue 93

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

Shades of Apache #D4A25D

Tints of Apache #D4A25D

RGB

 RED value IS 212 (83.2% from 255) = 45.4%

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

 BLUE value IS 93 (36.72% from 255) = 19.91%

R = 45.4%
G = 34.69%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.56

 K value IS 0.17

RGB Variations

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

Color information

#D4A25D (or 0xD4A25D) is known color: Apache. HEX triplet: D4, A2 and 5D. RGB value is (212,162,93). Sum of RGB (Red+Green+Blue) = 212+162+93=467 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.40% from 467); Green value is 162 (63.67% from 255 or 34.69% from 467); Blue value is 93 (36.72% from 255 or 19.91% from 467); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A25D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A25D is #2B5DA2. Grayscale: #A9A9A9. Windows color (decimal): -2842019 or 6136532. OLE color: 6136532.

HSL color Cylindrical-coordinate representation of color #D4A25D: hue angle of 34.79º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D4A25D is Cyan = 0, Magento = 0.24, Yellow = 0.56 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 162 93 -
CMYK 0 0.24 0.56 0.17
HSL 34.79º 0.58% 0.6% -
HSV(B) 34.79º 0.56% 0.83% -
XYZ 42.05 40.63 15.98 -
YUV 169.08 85.07 158.61 -
System Red Green Blue C M Y K H S L
Decimal 212 162 93 0 0.24 0.56 0.17 34.79 0.58 0.6
Hex D4 A2 5D 0 18 38 11 23 3A 3C
Octal 324 242 135 0 30 70 21 43 72 74
Binary 11010100 10100010 1011101 0 11000 111000 10001 100011 111010 111100

Color Harmonies of #D4A25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A25D

Black with #D4A25D

Text Example


Text Example

White with #D4A25D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A25D; }

 p { color: rgb(212,162,93); }

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

background-color css

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

 a { background-color: rgb(212,162,93); }

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

border-color css

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

 span { border-color: rgb(212,162,93); }

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