Html Css Color HEX #CDA653 Apache

📋 copy color: '#CDA653'

red 205 ◦ green 166 ◦ blue 83

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

Shades of Apache #CDA653

Tints of Apache #CDA653

RGB

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

 GREEN value IS 166 (65.23% from 255) = 36.56%

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

R = 45.15%
G = 36.56%
B = 18.28%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.60

 K value IS 0.20

RGB Variations

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

Color information

#CDA653 (or 0xCDA653) is known color: Apache. HEX triplet: CD, A6 and 53. RGB value is (205,166,83). Sum of RGB (Red+Green+Blue) = 205+166+83=454 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.15% from 454); Green value is 166 (65.23% from 255 or 36.56% from 454); Blue value is 83 (32.81% from 255 or 18.28% from 454); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA653 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA653 is #3259AC. Grayscale: #A8A8A8. Windows color (decimal): -3299757 or 5482189. OLE color: 5482189.

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

Color convert

RGB 205 166 83 -
CMYK 0 0.19 0.60 0.20
HSL 40.82º 0.55% 0.56% -
HSV(B) 40.82º 0.6% 0.8% -
XYZ 40.37 40.88 13.95 -
YUV 168.2 79.92 154.25 -
System Red Green Blue C M Y K H S L
Decimal 205 166 83 0 0.19 0.60 0.20 40.82 0.55 0.56
Hex CD A6 53 0 13 3C 14 29 37 38
Octal 315 246 123 0 23 74 24 51 67 70
Binary 11001101 10100110 1010011 0 10011 111100 10100 101001 110111 111000

Color Harmonies of #CDA653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA653

Black with #CDA653

Text Example


Text Example

White with #CDA653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA653; }

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

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

background-color css

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

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

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

border-color css

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

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

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