Html Css Color HEX #CDA960 Apache

📋 copy color: '#CDA960'

red 205 ◦ green 169 ◦ blue 96

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

Shades of Apache #CDA960

Tints of Apache #CDA960

RGB

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

 GREEN value IS 169 (66.41% from 255) = 35.96%

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

R = 43.62%
G = 35.96%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.53

 K value IS 0.20

RGB Variations

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

Color information

#CDA960 (or 0xCDA960) is known color: Apache. HEX triplet: CD, A9 and 60. RGB value is (205,169,96). Sum of RGB (Red+Green+Blue) = 205+169+96=470 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.62% from 470); Green value is 169 (66.41% from 255 or 35.96% from 470); Blue value is 96 (37.89% from 255 or 20.43% from 470); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA960 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA960 is #32569F. Grayscale: #ABABAB. Windows color (decimal): -3298976 or 6334925. OLE color: 6334925.

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

Color convert

RGB 205 169 96 -
CMYK 0 0.18 0.53 0.20
HSL 40.18º 0.52% 0.59% -
HSV(B) 40.18º 0.53% 0.8% -
XYZ 41.48 42.2 17.03 -
YUV 171.44 85.43 151.94 -
System Red Green Blue C M Y K H S L
Decimal 205 169 96 0 0.18 0.53 0.20 40.18 0.52 0.59
Hex CD A9 60 0 12 35 14 28 34 3B
Octal 315 251 140 0 22 65 24 50 64 73
Binary 11001101 10101001 1100000 0 10010 110101 10100 101000 110100 111011

Color Harmonies of #CDA960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA960

Black with #CDA960

Text Example


Text Example

White with #CDA960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA960; }

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

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

background-color css

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

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

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

border-color css

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

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

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