Html Css Color HEX #CDA557 Apache

📋 copy color: '#CDA557'

red 205 ◦ green 165 ◦ blue 87

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

Shades of Apache #CDA557

Tints of Apache #CDA557

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 19.04%

R = 44.86%
G = 36.11%
B = 19.04%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.58

 K value IS 0.20

RGB Variations

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

Color information

#CDA557 (or 0xCDA557) is known color: Apache. HEX triplet: CD, A5 and 57. RGB value is (205,165,87). Sum of RGB (Red+Green+Blue) = 205+165+87=457 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.86% from 457); Green value is 165 (64.84% from 255 or 36.11% from 457); Blue value is 87 (34.38% from 255 or 19.04% from 457); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA557 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA557 is #325AA8. Grayscale: #A8A8A8. Windows color (decimal): -3300009 or 5744077. OLE color: 5744077.

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

Color convert

RGB 205 165 87 -
CMYK 0 0.20 0.58 0.20
HSL 39.66º 0.54% 0.57% -
HSV(B) 39.66º 0.58% 0.8% -
XYZ 40.35 40.58 14.72 -
YUV 168.07 82.25 154.34 -
System Red Green Blue C M Y K H S L
Decimal 205 165 87 0 0.20 0.58 0.20 39.66 0.54 0.57
Hex CD A5 57 0 14 3A 14 28 36 39
Octal 315 245 127 0 24 72 24 50 66 71
Binary 11001101 10100101 1010111 0 10100 111010 10100 101000 110110 111001

Color Harmonies of #CDA557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA557

Black with #CDA557

Text Example


Text Example

White with #CDA557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA557; }

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

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

background-color css

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

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

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

border-color css

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

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

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