#CDA258

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

Shades of Apache #CDA258

Tints of Apache #CDA258

Color information

#CDA258 (or 0xCDA258) is unknown color: approx Apache. HEX triplet: CD, A2 and 58. RGB value is (205,162,88). Sum of RGB (Red+Green+Blue) = 205+162+88=455 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.05% from 455); Green value is 162 (63.67% from 255 or 35.60% from 455); Blue value is 88 (34.77% from 255 or 19.34% from 455); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA258 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA258 is #325DA7. Grayscale: #A6A6A6. Windows color (decimal): -3300776 or 5808845. OLE color: 5808845.

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

Color convert

RGB20516288-
CMYK00.210.570.20
HSL37.95º53.92%57.45%-
HSV(B)37.95º57.07%80.39%-
XYZ39.8639.5214.76-
YUV166.4283.75155.52-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.05%
GREEN value IS 162 (63.67% from 255) = 35.60%
BLUE value IS 88 (34.77% from 255) = 19.34%
R=45.05%
G=35.60%
B=19.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.57
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051628800.210.570.2037.9553.9257.45
HexCDA2580153914263639
Octal3152421300257124466671
Binary1100110110100010101100001010111100110100100110110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA258; }

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

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

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

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

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

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

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

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