Html Css Color HEX #D4A268 Apache

📋 copy color: '#D4A268'

red 212 ◦ green 162 ◦ blue 104

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

Shades of Apache #D4A268

Tints of Apache #D4A268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 21.76%

R = 44.35%
G = 33.89%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.51

 K value IS 0.17

RGB Variations

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

Color information

#D4A268 (or 0xD4A268) is known color: Apache. HEX triplet: D4, A2 and 68. RGB value is (212,162,104). Sum of RGB (Red+Green+Blue) = 212+162+104=478 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.35% from 478); Green value is 162 (63.67% from 255 or 33.89% from 478); Blue value is 104 (41.02% from 255 or 21.76% from 478); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A268 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A268 is #2B5D97. Grayscale: #AAAAAA. Windows color (decimal): -2842008 or 6857428. OLE color: 6857428.

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

Color convert

RGB 212 162 104 -
CMYK 0 0.24 0.51 0.17
HSL 32.22º 0.56% 0.62% -
HSV(B) 32.22º 0.51% 0.83% -
XYZ 42.57 40.84 18.74 -
YUV 170.34 90.57 157.72 -
System Red Green Blue C M Y K H S L
Decimal 212 162 104 0 0.24 0.51 0.17 32.22 0.56 0.62
Hex D4 A2 68 0 18 33 11 20 38 3E
Octal 324 242 150 0 30 63 21 40 70 76
Binary 11010100 10100010 1101000 0 11000 110011 10001 100000 111000 111110

Color Harmonies of #D4A268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A268

Black with #D4A268

Text Example


Text Example

White with #D4A268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A268; }

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

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

background-color css

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

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

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

border-color css

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

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

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