Html Css Color HEX #CDA459 Apache

📋 copy color: '#CDA459'

red 205 ◦ green 164 ◦ blue 89

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

Shades of Apache #CDA459

Tints of Apache #CDA459

RGB

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

 GREEN value IS 164 (64.45% from 255) = 35.81%

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

R = 44.76%
G = 35.81%
B = 19.43%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.57

 K value IS 0.20

RGB Variations

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

Color information

#CDA459 (or 0xCDA459) is known color: Apache. HEX triplet: CD, A4 and 59. RGB value is (205,164,89). Sum of RGB (Red+Green+Blue) = 205+164+89=458 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.76% from 458); Green value is 164 (64.45% from 255 or 35.81% from 458); Blue value is 89 (35.16% from 255 or 19.43% from 458); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA459 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA459 is #325BA6. Grayscale: #A8A8A8. Windows color (decimal): -3300263 or 5874893. OLE color: 5874893.

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

Color convert

RGB 205 164 89 -
CMYK 0 0.2 0.57 0.20
HSL 38.79º 0.54% 0.58% -
HSV(B) 38.79º 0.57% 0.8% -
XYZ 40.26 40.25 15.1 -
YUV 167.71 83.58 154.6 -
System Red Green Blue C M Y K H S L
Decimal 205 164 89 0 0.2 0.57 0.20 38.79 0.54 0.58
Hex CD A4 59 0 14 39 14 27 36 3A
Octal 315 244 131 0 24 71 24 47 66 72
Binary 11001101 10100100 1011001 0 10100 111001 10100 100111 110110 111010

Color Harmonies of #CDA459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA459

Black with #CDA459

Text Example


Text Example

White with #CDA459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA459; }

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

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

background-color css

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

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

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

border-color css

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

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

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