Html Css Color HEX #CDAA5E Apache

📋 copy color: '#CDAA5E'

red 205 ◦ green 170 ◦ blue 94

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

Shades of Apache #CDAA5E

Tints of Apache #CDAA5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 20.04%

R = 43.71%
G = 36.25%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#CDAA5E (or 0xCDAA5E) is known color: Apache. HEX triplet: CD, AA and 5E. RGB value is (205,170,94). Sum of RGB (Red+Green+Blue) = 205+170+94=469 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.71% from 469); Green value is 170 (66.80% from 255 or 36.25% from 469); Blue value is 94 (37.11% from 255 or 20.04% from 469); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAA5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDAA5E is #3255A1. Grayscale: #ACACAC. Windows color (decimal): -3298722 or 6204109. OLE color: 6204109.

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

Color convert

RGB 205 170 94 -
CMYK 0 0.17 0.54 0.20
HSL 41.08º 0.53% 0.59% -
HSV(B) 41.08º 0.54% 0.8% -
XYZ 41.57 42.54 16.61 -
YUV 171.8 84.1 151.68 -
System Red Green Blue C M Y K H S L
Decimal 205 170 94 0 0.17 0.54 0.20 41.08 0.53 0.59
Hex CD AA 5E 0 11 36 14 29 35 3B
Octal 315 252 136 0 21 66 24 51 65 73
Binary 11001101 10101010 1011110 0 10001 110110 10100 101001 110101 111011

Color Harmonies of #CDAA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDAA5E

Black with #CDAA5E

Text Example


Text Example

White with #CDAA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDAA5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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