Html Css Color HEX #CDAA5B Apache

📋 copy color: '#CDAA5B'

red 205 ◦ green 170 ◦ blue 91

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

Shades of Apache #CDAA5B

Tints of Apache #CDAA5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 19.53%

R = 43.99%
G = 36.48%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.56

 K value IS 0.20

RGB Variations

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

Color information

#CDAA5B (or 0xCDAA5B) is known color: Apache. HEX triplet: CD, AA and 5B. RGB value is (205,170,91). Sum of RGB (Red+Green+Blue) = 205+170+91=466 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.99% from 466); Green value is 170 (66.80% from 255 or 36.48% from 466); Blue value is 91 (35.94% from 255 or 19.53% from 466); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAA5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDAA5B is #3255A4. Grayscale: #ABABAB. Windows color (decimal): -3298725 or 6007501. OLE color: 6007501.

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

Color convert

RGB 205 170 91 -
CMYK 0 0.17 0.56 0.20
HSL 41.58º 0.53% 0.58% -
HSV(B) 41.58º 0.56% 0.8% -
XYZ 41.44 42.48 15.91 -
YUV 171.46 82.6 151.92 -
System Red Green Blue C M Y K H S L
Decimal 205 170 91 0 0.17 0.56 0.20 41.58 0.53 0.58
Hex CD AA 5B 0 11 38 14 2A 35 3A
Octal 315 252 133 0 21 70 24 52 65 72
Binary 11001101 10101010 1011011 0 10001 111000 10100 101010 110101 111010

Color Harmonies of #CDAA5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDAA5B

Black with #CDAA5B

Text Example


Text Example

White with #CDAA5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDAA5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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