Html Css Color HEX #D2A468 Apache

📋 copy color: '#D2A468'

red 210 ◦ green 164 ◦ blue 104

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

Shades of Apache #D2A468

Tints of Apache #D2A468

RGB

 RED value IS 210 (82.42% from 255) = 43.93%

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

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

R = 43.93%
G = 34.31%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#D2A468 (or 0xD2A468) is known color: Apache. HEX triplet: D2, A4 and 68. RGB value is (210,164,104). Sum of RGB (Red+Green+Blue) = 210+164+104=478 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.93% from 478); Green value is 164 (64.45% from 255 or 34.31% from 478); Blue value is 104 (41.02% from 255 or 21.76% from 478); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A468 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A468 is #2D5B97. Grayscale: #ABABAB. Windows color (decimal): -2972568 or 6857938. OLE color: 6857938.

HSL color Cylindrical-coordinate representation of color #D2A468: hue angle of 33.96º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D2A468 is Cyan = 0, Magento = 0.22, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 164 104 -
CMYK 0 0.22 0.50 0.18
HSL 33.96º 0.54% 0.62% -
HSV(B) 33.96º 0.5% 0.82% -
XYZ 42.35 41.25 18.83 -
YUV 170.91 90.24 155.88 -
System Red Green Blue C M Y K H S L
Decimal 210 164 104 0 0.22 0.50 0.18 33.96 0.54 0.62
Hex D2 A4 68 0 16 32 12 22 36 3E
Octal 322 244 150 0 26 62 22 42 66 76
Binary 11010010 10100100 1101000 0 10110 110010 10010 100010 110110 111110

Color Harmonies of #D2A468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A468

Black with #D2A468

Text Example


Text Example

White with #D2A468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A468; }

 p { color: rgb(210,164,104); }

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

background-color css

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

 a { background-color: rgb(210,164,104); }

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

border-color css

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

 span { border-color: rgb(210,164,104); }

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