Html Css Color HEX #CDA359 Apache

📋 copy color: '#CDA359'

red 205 ◦ green 163 ◦ blue 89

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

Shades of Apache #CDA359

Tints of Apache #CDA359

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.67%

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

R = 44.86%
G = 35.67%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.57

 K value IS 0.20

RGB Variations

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

Color information

#CDA359 (or 0xCDA359) is known color: Apache. HEX triplet: CD, A3 and 59. RGB value is (205,163,89). Sum of RGB (Red+Green+Blue) = 205+163+89=457 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.86% from 457); Green value is 163 (64.06% from 255 or 35.67% from 457); Blue value is 89 (35.16% from 255 or 19.47% from 457); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA359 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA359 is #325CA6. Grayscale: #A7A7A7. Windows color (decimal): -3300519 or 5874637. OLE color: 5874637.

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

Color convert

RGB 205 163 89 -
CMYK 0 0.20 0.57 0.20
HSL 38.28º 0.54% 0.58% -
HSV(B) 38.28º 0.57% 0.8% -
XYZ 40.08 39.89 15.04 -
YUV 167.12 83.91 155.02 -
System Red Green Blue C M Y K H S L
Decimal 205 163 89 0 0.20 0.57 0.20 38.28 0.54 0.58
Hex CD A3 59 0 14 39 14 26 36 3A
Octal 315 243 131 0 24 71 24 46 66 72
Binary 11001101 10100011 1011001 0 10100 111001 10100 100110 110110 111010

Color Harmonies of #CDA359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA359

Black with #CDA359

Text Example


Text Example

White with #CDA359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA359; }

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

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

background-color css

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

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

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

border-color css

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

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

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