Html Css Color HEX #CDA164 Apache

📋 copy color: '#CDA164'

red 205 ◦ green 161 ◦ blue 100

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

Shades of Apache #CDA164

Tints of Apache #CDA164

RGB

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

 GREEN value IS 161 (63.28% from 255) = 34.55%

 BLUE value IS 100 (39.45% from 255) = 21.46%

R = 43.99%
G = 34.55%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.51

 K value IS 0.20

RGB Variations

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

Color information

#CDA164 (or 0xCDA164) is known color: Apache. HEX triplet: CD, A1 and 64. RGB value is (205,161,100). Sum of RGB (Red+Green+Blue) = 205+161+100=466 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.99% from 466); Green value is 161 (63.28% from 255 or 34.55% from 466); Blue value is 100 (39.45% from 255 or 21.46% from 466); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA164 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA164 is #325E9B. Grayscale: #A7A7A7. Windows color (decimal): -3301020 or 6595021. OLE color: 6595021.

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

Color convert

RGB 205 161 100 -
CMYK 0 0.21 0.51 0.20
HSL 34.86º 0.51% 0.6% -
HSV(B) 34.86º 0.51% 0.8% -
XYZ 40.22 39.39 17.54 -
YUV 167.2 90.08 154.96 -
System Red Green Blue C M Y K H S L
Decimal 205 161 100 0 0.21 0.51 0.20 34.86 0.51 0.6
Hex CD A1 64 0 15 33 14 23 33 3C
Octal 315 241 144 0 25 63 24 43 63 74
Binary 11001101 10100001 1100100 0 10101 110011 10100 100011 110011 111100

Color Harmonies of #CDA164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA164

Black with #CDA164

Text Example


Text Example

White with #CDA164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA164; }

 p { color: rgb(205,161,100); }

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

background-color css

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

 a { background-color: rgb(205,161,100); }

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

border-color css

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

 span { border-color: rgb(205,161,100); }

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