Html Css Color HEX #D4A569 Apache

📋 copy color: '#D4A569'

red 212 ◦ green 165 ◦ blue 105

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

Shades of Apache #D4A569

Tints of Apache #D4A569

RGB

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

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

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

R = 43.98%
G = 34.23%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.50

 K value IS 0.17

RGB Variations

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

Color information

#D4A569 (or 0xD4A569) is known color: Apache. HEX triplet: D4, A5 and 69. RGB value is (212,165,105). Sum of RGB (Red+Green+Blue) = 212+165+105=482 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.98% from 482); Green value is 165 (64.84% from 255 or 34.23% from 482); Blue value is 105 (41.41% from 255 or 21.78% from 482); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A569 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A569 is #2B5A96. Grayscale: #ACACAC. Windows color (decimal): -2841239 or 6923732. OLE color: 6923732.

HSL color Cylindrical-coordinate representation of color #D4A569: hue angle of 33.64º 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 #D4A569 is Cyan = 0, Magento = 0.22, Yellow = 0.50 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 165 105 -
CMYK 0 0.22 0.50 0.17
HSL 33.64º 0.55% 0.62% -
HSV(B) 33.64º 0.5% 0.83% -
XYZ 43.16 41.93 19.18 -
YUV 172.21 90.07 156.38 -
System Red Green Blue C M Y K H S L
Decimal 212 165 105 0 0.22 0.50 0.17 33.64 0.55 0.62
Hex D4 A5 69 0 16 32 11 22 37 3E
Octal 324 245 151 0 26 62 21 42 67 76
Binary 11010100 10100101 1101001 0 10110 110010 10001 100010 110111 111110

Color Harmonies of #D4A569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A569

Black with #D4A569

Text Example


Text Example

White with #D4A569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A569; }

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

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

background-color css

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

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

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

border-color css

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

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

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