Html Css Color HEX #D4A962 Apache

📋 copy color: '#D4A962'

red 212 ◦ green 169 ◦ blue 98

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

Shades of Apache #D4A962

Tints of Apache #D4A962

RGB

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

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

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

R = 44.26%
G = 35.28%
B = 20.46%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.54

 K value IS 0.17

RGB Variations

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

Color information

#D4A962 (or 0xD4A962) is known color: Apache. HEX triplet: D4, A9 and 62. RGB value is (212,169,98). Sum of RGB (Red+Green+Blue) = 212+169+98=479 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.26% from 479); Green value is 169 (66.41% from 255 or 35.28% from 479); Blue value is 98 (38.67% from 255 or 20.46% from 479); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A962 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A962 is #2B569D. Grayscale: #AEAEAE. Windows color (decimal): -2840222 or 6466004. OLE color: 6466004.

HSL color Cylindrical-coordinate representation of color #D4A962: hue angle of 37.37º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D4A962 is Cyan = 0, Magento = 0.20, Yellow = 0.54 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 169 98 -
CMYK 0 0.20 0.54 0.17
HSL 37.37º 0.57% 0.61% -
HSV(B) 37.37º 0.54% 0.83% -
XYZ 43.54 43.25 17.61 -
YUV 173.76 85.25 155.27 -
System Red Green Blue C M Y K H S L
Decimal 212 169 98 0 0.20 0.54 0.17 37.37 0.57 0.61
Hex D4 A9 62 0 14 36 11 25 39 3D
Octal 324 251 142 0 24 66 21 45 71 75
Binary 11010100 10101001 1100010 0 10100 110110 10001 100101 111001 111101

Color Harmonies of #D4A962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A962

Black with #D4A962

Text Example


Text Example

White with #D4A962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A962; }

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

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

background-color css

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

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

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

border-color css

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

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

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