#CDA65D

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

Shades of Apache #CDA65D

Tints of Apache #CDA65D

Color information

#CDA65D (or 0xCDA65D) is unknown color: approx Apache. HEX triplet: CD, A6 and 5D. RGB value is (205,166,93). Sum of RGB (Red+Green+Blue) = 205+166+93=464 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.18% from 464); Green value is 166 (65.23% from 255 or 35.78% from 464); Blue value is 93 (36.72% from 255 or 20.04% from 464); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA65D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA65D is #3259A2. Grayscale: #A9A9A9. Windows color (decimal): -3299747 or 6137549. OLE color: 6137549.

HSL color Cylindrical-coordinate representation of color #CDA65D: hue angle of 39.11º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CDA65D is Cyan = 0, Magento = 0.19, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB20516693-
CMYK00.190.550.20
HSL39.11º52.83%58.43%-
HSV(B)39.11º54.63%80.39%-
XYZ40.7941.0416.13-
YUV169.3484.92153.44-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.18%
GREEN value IS 166 (65.23% from 255) = 35.78%
BLUE value IS 93 (36.72% from 255) = 20.04%
R=44.18%
G=35.78%
B=20.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051669300.190.550.2039.1152.8358.43
HexCDA65D013371427353a
Octal3152461350236724476572
Binary1100110110100110101110101001111011110100100111110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA65D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA65D; }

 p { color: rgb(205,166,93); }

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

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

 a { background-color: rgb(205,166,93); }

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

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

 span { border-color: rgb(205,166,93); }

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