Html Css Color HEX #CDA365 Apache

📋 copy color: '#CDA365'

red 205 ◦ green 163 ◦ blue 101

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

Shades of Apache #CDA365

Tints of Apache #CDA365

RGB

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

 GREEN value IS 163 (64.06% from 255) = 34.75%

 BLUE value IS 101 (39.84% from 255) = 21.54%

R = 43.71%
G = 34.75%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.51

 K value IS 0.20

RGB Variations

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

Color information

#CDA365 (or 0xCDA365) is known color: Apache. HEX triplet: CD, A3 and 65. RGB value is (205,163,101). Sum of RGB (Red+Green+Blue) = 205+163+101=469 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.71% from 469); Green value is 163 (64.06% from 255 or 34.75% from 469); Blue value is 101 (39.84% from 255 or 21.54% from 469); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA365 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA365 is #325C9A. Grayscale: #A8A8A8. Windows color (decimal): -3300507 or 6661069. OLE color: 6661069.

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

Color convert

RGB 205 163 101 -
CMYK 0 0.20 0.51 0.20
HSL 35.77º 0.51% 0.6% -
HSV(B) 35.77º 0.51% 0.8% -
XYZ 40.62 40.11 17.91 -
YUV 168.49 89.91 154.04 -
System Red Green Blue C M Y K H S L
Decimal 205 163 101 0 0.20 0.51 0.20 35.77 0.51 0.6
Hex CD A3 65 0 14 33 14 24 33 3C
Octal 315 243 145 0 24 63 24 44 63 74
Binary 11001101 10100011 1100101 0 10100 110011 10100 100100 110011 111100

Color Harmonies of #CDA365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA365

Black with #CDA365

Text Example


Text Example

White with #CDA365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA365; }

 p { color: rgb(205,163,101); }

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

background-color css

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

 a { background-color: rgb(205,163,101); }

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

border-color css

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

 span { border-color: rgb(205,163,101); }

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