#D6A55C

Color #D6A55C Apache (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apache #D6A55C

Tints of Apache #D6A55C

Color information

#D6A55C (or 0xD6A55C) is unknown color: approx Apache. HEX triplet: D6, A5 and 5C. RGB value is (214,165,92). Sum of RGB (Red+Green+Blue) = 214+165+92=471 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.44% from 471); Green value is 165 (64.84% from 255 or 35.03% from 471); Blue value is 92 (36.33% from 255 or 19.53% from 471); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A55C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A55C is #295AA3. Grayscale: #ABABAB. Windows color (decimal): -2710180 or 6071766. OLE color: 6071766.

HSL color Cylindrical-coordinate representation of color #D6A55C: hue angle of 35.9º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D6A55C is Cyan = 0, Magento = 0.23, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB21416592-
CMYK00.230.570.16
HSL35.9º59.8%60%-
HSV(B)35.9º57.01%83.92%-
XYZ43.1241.9815.96-
YUV171.3383.23158.44-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.44%
GREEN value IS 165 (64.84% from 255) = 35.03%
BLUE value IS 92 (36.33% from 255) = 19.53%
R=45.44%
G=35.03%
B=19.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141659200.230.570.1635.959.860
HexD6A55C0173910243c3c
Octal3262451340277120447474
Binary1101011010100101101110001011111100110000100100111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A55C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A55C; }

 p { color: rgb(214,165,92); }

 H1.HeaderClassName
 {
   color: #D6A55C;
 }
 .AnyTagClassName
 {
   color: #D6A55C;
 }
</style>
background-color css

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

 a { background-color: rgb(214,165,92); }

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

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

 span { border-color: rgb(214,165,92); }

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