#CDA35B

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

Shades of Apache #CDA35B

Tints of Apache #CDA35B

Color information

#CDA35B (or 0xCDA35B) is unknown color: approx Apache. HEX triplet: CD, A3 and 5B. RGB value is (205,163,91). Sum of RGB (Red+Green+Blue) = 205+163+91=459 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.66% from 459); Green value is 163 (64.06% from 255 or 35.51% from 459); Blue value is 91 (35.94% from 255 or 19.83% from 459); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA35B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA35B is #325CA4. Grayscale: #A7A7A7. Windows color (decimal): -3300517 or 6005709. OLE color: 6005709.

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

Color convert

RGB20516391-
CMYK00.200.560.20
HSL37.89º53.27%58.04%-
HSV(B)37.89º55.61%80.39%-
XYZ40.1639.9315.49-
YUV167.3584.91154.85-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.66%
GREEN value IS 163 (64.06% from 255) = 35.51%
BLUE value IS 91 (35.94% from 255) = 19.83%
R=44.66%
G=35.51%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.56
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051639100.200.560.2037.8953.2758.04
HexCDA35B014381426353a
Octal3152431330247024466572
Binary1100110110100011101101101010011100010100100110110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA35B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA35B; }

 p { color: rgb(205,163,91); }

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

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

 a { background-color: rgb(205,163,91); }

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

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

 span { border-color: rgb(205,163,91); }

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