Html Css Color HEX #CD5D16 Chocolate

📋 copy color: '#CD5D16'

red 205 ◦ green 93 ◦ blue 22

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

Shades of Chocolate #CD5D16

Tints of Chocolate #CD5D16

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.06%

 BLUE value IS 22 (8.98% from 255) = 6.88%

R = 64.06%
G = 29.06%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.89

 K value IS 0.20

RGB Variations

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

Color information

#CD5D16 (or 0xCD5D16) is known color: Chocolate. HEX triplet: CD, 5D and 16. RGB value is (205,93,22). Sum of RGB (Red+Green+Blue) = 205+93+22=320 (42% of max value = 765). Red value is 205 (80.47% from 255 or 64.06% from 320); Green value is 93 (36.72% from 255 or 29.06% from 320); Blue value is 22 (8.98% from 255 or 6.88% from 320); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5D16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD5D16 is #32A2E9. Grayscale: #767676. Windows color (decimal): -3318506 or 1465805. OLE color: 1465805.

HSL color Cylindrical-coordinate representation of color #CD5D16: hue angle of 23.28º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CD5D16 is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 93 22 -
CMYK 0 0.55 0.89 0.20
HSL 23.28º 0.81% 0.45% -
HSV(B) 23.28º 0.89% 0.8% -
XYZ 29.24 20.87 3.25 -
YUV 118.39 73.61 189.77 -
System Red Green Blue C M Y K H S L
Decimal 205 93 22 0 0.55 0.89 0.20 23.28 0.81 0.45
Hex CD 5D 16 0 37 59 14 17 51 2D
Octal 315 135 26 0 67 131 24 27 121 55
Binary 11001101 1011101 10110 0 110111 1011001 10100 10111 1010001 101101

Color Harmonies of #CD5D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5D16

Black with #CD5D16

Text Example


Text Example

White with #CD5D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5D16; }

 p { color: rgb(205,93,22); }

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

background-color css

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

 a { background-color: rgb(205,93,22); }

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

border-color css

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

 span { border-color: rgb(205,93,22); }

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