Html Css Color HEX #CDA456 Apache

📋 copy color: '#CDA456'

red 205 ◦ green 164 ◦ blue 86

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

Shades of Apache #CDA456

Tints of Apache #CDA456

RGB

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

 GREEN value IS 164 (64.45% from 255) = 36.04%

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

R = 45.05%
G = 36.04%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.58

 K value IS 0.20

RGB Variations

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

Color information

#CDA456 (or 0xCDA456) is known color: Apache. HEX triplet: CD, A4 and 56. RGB value is (205,164,86). Sum of RGB (Red+Green+Blue) = 205+164+86=455 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.05% from 455); Green value is 164 (64.45% from 255 or 36.04% from 455); Blue value is 86 (33.98% from 255 or 18.90% from 455); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA456 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA456 is #325BA9. Grayscale: #A7A7A7. Windows color (decimal): -3300266 or 5678285. OLE color: 5678285.

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

Color convert

RGB 205 164 86 -
CMYK 0 0.2 0.58 0.20
HSL 39.33º 0.54% 0.57% -
HSV(B) 39.33º 0.58% 0.8% -
XYZ 40.13 40.2 14.45 -
YUV 167.37 82.08 154.84 -
System Red Green Blue C M Y K H S L
Decimal 205 164 86 0 0.2 0.58 0.20 39.33 0.54 0.57
Hex CD A4 56 0 14 3A 14 27 36 39
Octal 315 244 126 0 24 72 24 47 66 71
Binary 11001101 10100100 1010110 0 10100 111010 10100 100111 110110 111001

Color Harmonies of #CDA456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA456

Black with #CDA456

Text Example


Text Example

White with #CDA456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA456; }

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

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

background-color css

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

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

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

border-color css

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

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

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