Html Css Color HEX #CDA561 Apache

📋 copy color: '#CDA561'

red 205 ◦ green 165 ◦ blue 97

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

Shades of Apache #CDA561

Tints of Apache #CDA561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 20.77%

R = 43.9%
G = 35.33%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.53

 K value IS 0.20

RGB Variations

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

Color information

#CDA561 (or 0xCDA561) is known color: Apache. HEX triplet: CD, A5 and 61. RGB value is (205,165,97). Sum of RGB (Red+Green+Blue) = 205+165+97=467 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.90% from 467); Green value is 165 (64.84% from 255 or 35.33% from 467); Blue value is 97 (38.28% from 255 or 20.77% from 467); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA561 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA561 is #325A9E. Grayscale: #A9A9A9. Windows color (decimal): -3299999 or 6399437. OLE color: 6399437.

HSL color Cylindrical-coordinate representation of color #CDA561: hue angle of 37.78º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CDA561 is Cyan = 0, Magento = 0.20, Yellow = 0.53 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 165 97 -
CMYK 0 0.20 0.53 0.20
HSL 37.78º 0.52% 0.59% -
HSV(B) 37.78º 0.53% 0.8% -
XYZ 40.79 40.75 17.03 -
YUV 169.21 87.25 153.53 -
System Red Green Blue C M Y K H S L
Decimal 205 165 97 0 0.20 0.53 0.20 37.78 0.52 0.59
Hex CD A5 61 0 14 35 14 26 34 3B
Octal 315 245 141 0 24 65 24 46 64 73
Binary 11001101 10100101 1100001 0 10100 110101 10100 100110 110100 111011

Color Harmonies of #CDA561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA561

Black with #CDA561

Text Example


Text Example

White with #CDA561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA561; }

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

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

background-color css

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

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

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

border-color css

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

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

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