Html Css Color HEX #CDA853 Apache

📋 copy color: '#CDA853'

red 205 ◦ green 168 ◦ blue 83

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

Shades of Apache #CDA853

Tints of Apache #CDA853

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.84%

 BLUE value IS 83 (32.81% from 255) = 18.2%

R = 44.96%
G = 36.84%
B = 18.2%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.60

 K value IS 0.20

RGB Variations

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

Color information

#CDA853 (or 0xCDA853) is known color: Apache. HEX triplet: CD, A8 and 53. RGB value is (205,168,83). Sum of RGB (Red+Green+Blue) = 205+168+83=456 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.96% from 456); Green value is 168 (66.02% from 255 or 36.84% from 456); Blue value is 83 (32.81% from 255 or 18.20% from 456); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA853 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA853 is #3257AC. Grayscale: #A9A9A9. Windows color (decimal): -3299245 or 5482701. OLE color: 5482701.

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

Color convert

RGB 205 168 83 -
CMYK 0 0.18 0.60 0.20
HSL 41.8º 0.55% 0.56% -
HSV(B) 41.8º 0.6% 0.8% -
XYZ 40.74 41.61 14.07 -
YUV 169.37 79.26 153.41 -
System Red Green Blue C M Y K H S L
Decimal 205 168 83 0 0.18 0.60 0.20 41.8 0.55 0.56
Hex CD A8 53 0 12 3C 14 2A 37 38
Octal 315 250 123 0 22 74 24 52 67 70
Binary 11001101 10101000 1010011 0 10010 111100 10100 101010 110111 111000

Color Harmonies of #CDA853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA853

Black with #CDA853

Text Example


Text Example

White with #CDA853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA853; }

 p { color: rgb(205,168,83); }

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

background-color css

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

 a { background-color: rgb(205,168,83); }

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

border-color css

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

 span { border-color: rgb(205,168,83); }

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