Html Css Color HEX #D4A469 Apache

📋 copy color: '#D4A469'

red 212 ◦ green 164 ◦ blue 105

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

Shades of Apache #D4A469

Tints of Apache #D4A469

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.1%

 BLUE value IS 105 (41.41% from 255) = 21.83%

R = 44.07%
G = 34.1%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.50

 K value IS 0.17

RGB Variations

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

Color information

#D4A469 (or 0xD4A469) is known color: Apache. HEX triplet: D4, A4 and 69. RGB value is (212,164,105). Sum of RGB (Red+Green+Blue) = 212+164+105=481 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.07% from 481); Green value is 164 (64.45% from 255 or 34.10% from 481); Blue value is 105 (41.41% from 255 or 21.83% from 481); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A469 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A469 is #2B5B96. Grayscale: #ABABAB. Windows color (decimal): -2841495 or 6923476. OLE color: 6923476.

HSL color Cylindrical-coordinate representation of color #D4A469: hue angle of 33.08º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D4A469 is Cyan = 0, Magento = 0.23, Yellow = 0.50 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 164 105 -
CMYK 0 0.23 0.50 0.17
HSL 33.08º 0.55% 0.62% -
HSV(B) 33.08º 0.5% 0.83% -
XYZ 42.98 41.57 19.12 -
YUV 171.63 90.4 156.8 -
System Red Green Blue C M Y K H S L
Decimal 212 164 105 0 0.23 0.50 0.17 33.08 0.55 0.62
Hex D4 A4 69 0 17 32 11 21 37 3E
Octal 324 244 151 0 27 62 21 41 67 76
Binary 11010100 10100100 1101001 0 10111 110010 10001 100001 110111 111110

Color Harmonies of #D4A469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A469

Black with #D4A469

Text Example


Text Example

White with #D4A469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A469; }

 p { color: rgb(212,164,105); }

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

background-color css

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

 a { background-color: rgb(212,164,105); }

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

border-color css

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

 span { border-color: rgb(212,164,105); }

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