#CDA25A

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

Shades of Apache #CDA25A

Tints of Apache #CDA25A

Color information

#CDA25A (or 0xCDA25A) is unknown color: approx Apache. HEX triplet: CD, A2 and 5A. RGB value is (205,162,90). Sum of RGB (Red+Green+Blue) = 205+162+90=457 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.86% from 457); Green value is 162 (63.67% from 255 or 35.45% from 457); Blue value is 90 (35.55% from 255 or 19.69% from 457); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA25A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA25A is #325DA5. Grayscale: #A6A6A6. Windows color (decimal): -3300774 or 5939917. OLE color: 5939917.

HSL color Cylindrical-coordinate representation of color #CDA25A: hue angle of 37.57º 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 #CDA25A is Cyan = 0, Magento = 0.21, Yellow = 0.56 and Black (K on CMYK) = 0.20.

Color convert

RGB20516290-
CMYK00.210.560.20
HSL37.57º53.49%57.84%-
HSV(B)37.57º56.1%80.39%-
XYZ39.9439.5615.2-
YUV166.6584.75155.35-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.86%
GREEN value IS 162 (63.67% from 255) = 35.45%
BLUE value IS 90 (35.55% from 255) = 19.69%
R=44.86%
G=35.45%
B=19.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.56
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051629000.210.560.2037.5753.4957.84
HexCDA25A015381426353a
Octal3152421320257024466572
Binary1100110110100010101101001010111100010100100110110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA25A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA25A; }

 p { color: rgb(205,162,90); }

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

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

 a { background-color: rgb(205,162,90); }

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

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

 span { border-color: rgb(205,162,90); }

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