Html Css Color HEX #CDA560 Apache

📋 copy color: '#CDA560'

red 205 ◦ green 165 ◦ blue 96

#CDA560
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apache #CDA560

Tints of Apache #CDA560

RGB

 RED value IS 205 (80.47% from 255) = 43.99%

 GREEN value IS 165 (64.84% from 255) = 35.41%

 BLUE value IS 96 (37.89% from 255) = 20.6%

R = 43.99%
G = 35.41%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.53

 K value IS 0.20

RGB Variations

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

Color information

#CDA560 (or 0xCDA560) is known color: Apache. HEX triplet: CD, A5 and 60. RGB value is (205,165,96). Sum of RGB (Red+Green+Blue) = 205+165+96=466 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.99% from 466); Green value is 165 (64.84% from 255 or 35.41% from 466); Blue value is 96 (37.89% from 255 or 20.60% from 466); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA560 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA560 is #325A9F. Grayscale: #A9A9A9. Windows color (decimal): -3300000 or 6333901. OLE color: 6333901.

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

Color convert

RGB 205 165 96 -
CMYK 0 0.20 0.53 0.20
HSL 37.98º 0.52% 0.59% -
HSV(B) 37.98º 0.53% 0.8% -
XYZ 40.74 40.73 16.78 -
YUV 169.09 86.75 153.61 -
System Red Green Blue C M Y K H S L
Decimal 205 165 96 0 0.20 0.53 0.20 37.98 0.52 0.59
Hex CD A5 60 0 14 35 14 26 34 3B
Octal 315 245 140 0 24 65 24 46 64 73
Binary 11001101 10100101 1100000 0 10100 110101 10100 100110 110100 111011

Color Harmonies of #CDA560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA560

Black with #CDA560

Text Example


Text Example

White with #CDA560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA560; }

 p { color: rgb(205,165,96); }

 H1.HeaderClassName
 {
   color: #CDA560;
 }
 .AnyTagClassName
 {
   color: #CDA560;
 }
</style>

background-color css

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

 a { background-color: rgb(205,165,96); }

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

border-color css

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

 span { border-color: rgb(205,165,96); }

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