Html Css Color HEX #CDA953 Apache

📋 copy color: '#CDA953'

red 205 ◦ green 169 ◦ blue 83

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

Shades of Apache #CDA953

Tints of Apache #CDA953

RGB

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

 GREEN value IS 169 (66.41% from 255) = 36.98%

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

R = 44.86%
G = 36.98%
B = 18.16%

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

#CDA953 (or 0xCDA953) is known color: Apache. HEX triplet: CD, A9 and 53. RGB value is (205,169,83). Sum of RGB (Red+Green+Blue) = 205+169+83=457 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.86% from 457); Green value is 169 (66.41% from 255 or 36.98% from 457); Blue value is 83 (32.81% from 255 or 18.16% from 457); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA953 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA953 is #3256AC. Grayscale: #AAAAAA. Windows color (decimal): -3298989 or 5482957. OLE color: 5482957.

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

Color convert

RGB 205 169 83 -
CMYK 0 0.18 0.60 0.20
HSL 42.3º 0.55% 0.56% -
HSV(B) 42.3º 0.6% 0.8% -
XYZ 40.93 41.98 14.13 -
YUV 169.96 78.93 152.99 -
System Red Green Blue C M Y K H S L
Decimal 205 169 83 0 0.18 0.60 0.20 42.3 0.55 0.56
Hex CD A9 53 0 12 3C 14 2A 37 38
Octal 315 251 123 0 22 74 24 52 67 70
Binary 11001101 10101001 1010011 0 10010 111100 10100 101010 110111 111000

Color Harmonies of #CDA953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA953

Black with #CDA953

Text Example


Text Example

White with #CDA953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA953; }

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

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

background-color css

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

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

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

border-color css

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

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

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