Html Css Color HEX #CDA563 Apache

📋 copy color: '#CDA563'

red 205 ◦ green 165 ◦ blue 99

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

Shades of Apache #CDA563

Tints of Apache #CDA563

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.18%

 BLUE value IS 99 (39.06% from 255) = 21.11%

R = 43.71%
G = 35.18%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#CDA563 (or 0xCDA563) is known color: Apache. HEX triplet: CD, A5 and 63. RGB value is (205,165,99). Sum of RGB (Red+Green+Blue) = 205+165+99=469 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.71% from 469); Green value is 165 (64.84% from 255 or 35.18% from 469); Blue value is 99 (39.06% from 255 or 21.11% from 469); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA563 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA563 is #325A9C. Grayscale: #A9A9A9. Windows color (decimal): -3299997 or 6530509. OLE color: 6530509.

HSL color Cylindrical-coordinate representation of color #CDA563: hue angle of 37.36º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CDA563 is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 165 99 -
CMYK 0 0.20 0.52 0.20
HSL 37.36º 0.51% 0.6% -
HSV(B) 37.36º 0.52% 0.8% -
XYZ 40.88 40.79 17.52 -
YUV 169.44 88.25 153.37 -
System Red Green Blue C M Y K H S L
Decimal 205 165 99 0 0.20 0.52 0.20 37.36 0.51 0.6
Hex CD A5 63 0 14 34 14 25 33 3C
Octal 315 245 143 0 24 64 24 45 63 74
Binary 11001101 10100101 1100011 0 10100 110100 10100 100101 110011 111100

Color Harmonies of #CDA563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA563

Black with #CDA563

Text Example


Text Example

White with #CDA563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA563; }

 p { color: rgb(205,165,99); }

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

background-color css

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

 a { background-color: rgb(205,165,99); }

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

border-color css

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

 span { border-color: rgb(205,165,99); }

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