Html Css Color HEX #CDA056 Apache

📋 copy color: '#CDA056'

red 205 ◦ green 160 ◦ blue 86

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

Shades of Apache #CDA056

Tints of Apache #CDA056

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 19.07%

R = 45.45%
G = 35.48%
B = 19.07%

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

#CDA056 (or 0xCDA056) is known color: Apache. HEX triplet: CD, A0 and 56. RGB value is (205,160,86). Sum of RGB (Red+Green+Blue) = 205+160+86=451 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.45% from 451); Green value is 160 (62.89% from 255 or 35.48% from 451); Blue value is 86 (33.98% from 255 or 19.07% from 451); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA056 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA056 is #325FA9. Grayscale: #A5A5A5. Windows color (decimal): -3301290 or 5677261. OLE color: 5677261.

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

Color convert

RGB 205 160 86 -
CMYK 0 0.22 0.58 0.20
HSL 37.31º 0.54% 0.57% -
HSV(B) 37.31º 0.58% 0.8% -
XYZ 39.43 38.79 14.21 -
YUV 165.02 83.41 156.52 -
System Red Green Blue C M Y K H S L
Decimal 205 160 86 0 0.22 0.58 0.20 37.31 0.54 0.57
Hex CD A0 56 0 16 3A 14 25 36 39
Octal 315 240 126 0 26 72 24 45 66 71
Binary 11001101 10100000 1010110 0 10110 111010 10100 100101 110110 111001

Color Harmonies of #CDA056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA056

Black with #CDA056

Text Example


Text Example

White with #CDA056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA056; }

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

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

background-color css

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

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

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

border-color css

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

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

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