Html Css Color HEX #CDAA64 Apache

📋 copy color: '#CDAA64'

red 205 ◦ green 170 ◦ blue 100

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

Shades of Apache #CDAA64

Tints of Apache #CDAA64

RGB

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

 GREEN value IS 170 (66.8% from 255) = 35.79%

 BLUE value IS 100 (39.45% from 255) = 21.05%

R = 43.16%
G = 35.79%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.51

 K value IS 0.20

RGB Variations

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

Color information

#CDAA64 (or 0xCDAA64) is known color: Apache. HEX triplet: CD, AA and 64. RGB value is (205,170,100). Sum of RGB (Red+Green+Blue) = 205+170+100=475 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.16% from 475); Green value is 170 (66.80% from 255 or 35.79% from 475); Blue value is 100 (39.45% from 255 or 21.05% from 475); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAA64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDAA64 is #32559B. Grayscale: #ACACAC. Windows color (decimal): -3298716 or 6597325. OLE color: 6597325.

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

Color convert

RGB 205 170 100 -
CMYK 0 0.17 0.51 0.20
HSL 40º 0.51% 0.6% -
HSV(B) 40º 0.51% 0.8% -
XYZ 41.85 42.65 18.08 -
YUV 172.49 87.1 151.19 -
System Red Green Blue C M Y K H S L
Decimal 205 170 100 0 0.17 0.51 0.20 40 0.51 0.6
Hex CD AA 64 0 11 33 14 28 33 3C
Octal 315 252 144 0 21 63 24 50 63 74
Binary 11001101 10101010 1100100 0 10001 110011 10100 101000 110011 111100

Color Harmonies of #CDAA64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDAA64

Black with #CDAA64

Text Example


Text Example

White with #CDAA64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDAA64; }

 p { color: rgb(205,170,100); }

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

background-color css

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

 a { background-color: rgb(205,170,100); }

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

border-color css

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

 span { border-color: rgb(205,170,100); }

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