Html Css Color HEX #CD6D14 Chocolate

📋 copy color: '#CD6D14'

red 205 ◦ green 109 ◦ blue 20

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

Shades of Chocolate #CD6D14

Tints of Chocolate #CD6D14

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.63%

 BLUE value IS 20 (8.2% from 255) = 5.99%

R = 61.38%
G = 32.63%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CD6D14 (or 0xCD6D14) is known color: Chocolate. HEX triplet: CD, 6D and 14. RGB value is (205,109,20). Sum of RGB (Red+Green+Blue) = 205+109+20=334 (44% of max value = 765). Red value is 205 (80.47% from 255 or 61.38% from 334); Green value is 109 (42.97% from 255 or 32.63% from 334); Blue value is 20 (8.20% from 255 or 5.99% from 334); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6D14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD6D14 is #3292EB. Grayscale: #808080. Windows color (decimal): -3314412 or 1338829. OLE color: 1338829.

HSL color Cylindrical-coordinate representation of color #CD6D14: hue angle of 28.86º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CD6D14 is Cyan = 0, Magento = 0.47, Yellow = 0.90 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 109 20 -
CMYK 0 0.47 0.90 0.20
HSL 28.86º 0.82% 0.44% -
HSV(B) 28.86º 0.9% 0.8% -
XYZ 30.77 23.97 3.67 -
YUV 127.56 67.3 183.24 -
System Red Green Blue C M Y K H S L
Decimal 205 109 20 0 0.47 0.90 0.20 28.86 0.82 0.44
Hex CD 6D 14 0 2F 5A 14 1D 52 2C
Octal 315 155 24 0 57 132 24 35 122 54
Binary 11001101 1101101 10100 0 101111 1011010 10100 11101 1010010 101100

Color Harmonies of #CD6D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6D14

Black with #CD6D14

Text Example


Text Example

White with #CD6D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6D14; }

 p { color: rgb(205,109,20); }

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

background-color css

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

 a { background-color: rgb(205,109,20); }

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

border-color css

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

 span { border-color: rgb(205,109,20); }

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