Html Css Color HEX #CDA553 Apache

📋 copy color: '#CDA553'

red 205 ◦ green 165 ◦ blue 83

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

Shades of Apache #CDA553

Tints of Apache #CDA553

RGB

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

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

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

R = 45.25%
G = 36.42%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.60

 K value IS 0.20

RGB Variations

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

Color information

#CDA553 (or 0xCDA553) is known color: Apache. HEX triplet: CD, A5 and 53. RGB value is (205,165,83). Sum of RGB (Red+Green+Blue) = 205+165+83=453 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.25% from 453); Green value is 165 (64.84% from 255 or 36.42% from 453); Blue value is 83 (32.81% from 255 or 18.32% from 453); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA553 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA553 is #325AAC. Grayscale: #A7A7A7. Windows color (decimal): -3300013 or 5481933. OLE color: 5481933.

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

Color convert

RGB 205 165 83 -
CMYK 0 0.20 0.60 0.20
HSL 40.33º 0.55% 0.56% -
HSV(B) 40.33º 0.6% 0.8% -
XYZ 40.19 40.51 13.89 -
YUV 167.61 80.25 154.67 -
System Red Green Blue C M Y K H S L
Decimal 205 165 83 0 0.20 0.60 0.20 40.33 0.55 0.56
Hex CD A5 53 0 14 3C 14 28 37 38
Octal 315 245 123 0 24 74 24 50 67 70
Binary 11001101 10100101 1010011 0 10100 111100 10100 101000 110111 111000

Color Harmonies of #CDA553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA553

Black with #CDA553

Text Example


Text Example

White with #CDA553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA553; }

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

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

background-color css

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

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

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

border-color css

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

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

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