Html Css Color HEX #CDAB59 Apache

📋 copy color: '#CDAB59'

red 205 ◦ green 171 ◦ blue 89

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

Shades of Apache #CDAB59

Tints of Apache #CDAB59

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.77%

 BLUE value IS 89 (35.16% from 255) = 19.14%

R = 44.09%
G = 36.77%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.57

 K value IS 0.20

RGB Variations

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

Color information

#CDAB59 (or 0xCDAB59) is known color: Apache. HEX triplet: CD, AB and 59. RGB value is (205,171,89). Sum of RGB (Red+Green+Blue) = 205+171+89=465 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.09% from 465); Green value is 171 (67.19% from 255 or 36.77% from 465); Blue value is 89 (35.16% from 255 or 19.14% from 465); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAB59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDAB59 is #3254A6. Grayscale: #ACACAC. Windows color (decimal): -3298471 or 5876685. OLE color: 5876685.

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

Color convert

RGB 205 171 89 -
CMYK 0 0.17 0.57 0.20
HSL 42.41º 0.54% 0.58% -
HSV(B) 42.41º 0.57% 0.8% -
XYZ 41.54 42.83 15.53 -
YUV 171.82 81.26 151.67 -
System Red Green Blue C M Y K H S L
Decimal 205 171 89 0 0.17 0.57 0.20 42.41 0.54 0.58
Hex CD AB 59 0 11 39 14 2A 36 3A
Octal 315 253 131 0 21 71 24 52 66 72
Binary 11001101 10101011 1011001 0 10001 111001 10100 101010 110110 111010

Color Harmonies of #CDAB59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDAB59

Black with #CDAB59

Text Example


Text Example

White with #CDAB59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDAB59; }

 p { color: rgb(205,171,89); }

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

background-color css

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

 a { background-color: rgb(205,171,89); }

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

border-color css

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

 span { border-color: rgb(205,171,89); }

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