Html Css Color HEX #CDA057 Apache

📋 copy color: '#CDA057'

red 205 ◦ green 160 ◦ blue 87

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

Shades of Apache #CDA057

Tints of Apache #CDA057

RGB

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

 GREEN value IS 160 (62.89% from 255) = 35.4%

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

R = 45.35%
G = 35.4%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.58

 K value IS 0.20

RGB Variations

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

Color information

#CDA057 (or 0xCDA057) is known color: Apache. HEX triplet: CD, A0 and 57. RGB value is (205,160,87). Sum of RGB (Red+Green+Blue) = 205+160+87=452 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.35% from 452); Green value is 160 (62.89% from 255 or 35.40% from 452); Blue value is 87 (34.38% from 255 or 19.25% from 452); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA057 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA057 is #325FA8. Grayscale: #A5A5A5. Windows color (decimal): -3301289 or 5742797. OLE color: 5742797.

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

Color convert

RGB 205 160 87 -
CMYK 0 0.22 0.58 0.20
HSL 37.12º 0.54% 0.57% -
HSV(B) 37.12º 0.58% 0.8% -
XYZ 39.47 38.81 14.43 -
YUV 165.13 83.91 156.44 -
System Red Green Blue C M Y K H S L
Decimal 205 160 87 0 0.22 0.58 0.20 37.12 0.54 0.57
Hex CD A0 57 0 16 3A 14 25 36 39
Octal 315 240 127 0 26 72 24 45 66 71
Binary 11001101 10100000 1010111 0 10110 111010 10100 100101 110110 111001

Color Harmonies of #CDA057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA057

Black with #CDA057

Text Example


Text Example

White with #CDA057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA057; }

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

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

background-color css

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

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

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

border-color css

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

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

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