Html Css Color HEX #D4A369 Apache

📋 copy color: '#D4A369'

red 212 ◦ green 163 ◦ blue 105

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

Shades of Apache #D4A369

Tints of Apache #D4A369

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33.96%

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

R = 44.17%
G = 33.96%
B = 21.88%

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

#D4A369 (or 0xD4A369) is known color: Apache. HEX triplet: D4, A3 and 69. RGB value is (212,163,105). Sum of RGB (Red+Green+Blue) = 212+163+105=480 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.17% from 480); Green value is 163 (64.06% from 255 or 33.96% from 480); Blue value is 105 (41.41% from 255 or 21.88% from 480); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A369 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A369 is #2B5C96. Grayscale: #ABABAB. Windows color (decimal): -2841751 or 6923220. OLE color: 6923220.

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

Color convert

RGB 212 163 105 -
CMYK 0 0.23 0.50 0.17
HSL 32.52º 0.55% 0.62% -
HSV(B) 32.52º 0.5% 0.83% -
XYZ 42.8 41.21 19.06 -
YUV 171.04 90.73 157.22 -
System Red Green Blue C M Y K H S L
Decimal 212 163 105 0 0.23 0.50 0.17 32.52 0.55 0.62
Hex D4 A3 69 0 17 32 11 21 37 3E
Octal 324 243 151 0 27 62 21 41 67 76
Binary 11010100 10100011 1101001 0 10111 110010 10001 100001 110111 111110

Color Harmonies of #D4A369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A369

Black with #D4A369

Text Example


Text Example

White with #D4A369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A369; }

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

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

background-color css

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

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

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

border-color css

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

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

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