Html Css Color HEX #CD6C14 Chocolate

📋 copy color: '#CD6C14'

red 205 ◦ green 108 ◦ blue 20

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

Shades of Chocolate #CD6C14

Tints of Chocolate #CD6C14

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.43%

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

R = 61.56%
G = 32.43%
B = 6.01%

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

#CD6C14 (or 0xCD6C14) is known color: Chocolate. HEX triplet: CD, 6C and 14. RGB value is (205,108,20). Sum of RGB (Red+Green+Blue) = 205+108+20=333 (44% of max value = 765). Red value is 205 (80.47% from 255 or 61.56% from 333); Green value is 108 (42.58% from 255 or 32.43% from 333); Blue value is 20 (8.20% from 255 or 6.01% from 333); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6C14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD6C14 is #3293EB. Grayscale: #7F7F7F. Windows color (decimal): -3314668 or 1338573. OLE color: 1338573.

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

Color convert

RGB 205 108 20 -
CMYK 0 0.47 0.90 0.20
HSL 28.54º 0.82% 0.44% -
HSV(B) 28.54º 0.9% 0.8% -
XYZ 30.67 23.75 3.63 -
YUV 126.97 67.64 183.66 -
System Red Green Blue C M Y K H S L
Decimal 205 108 20 0 0.47 0.90 0.20 28.54 0.82 0.44
Hex CD 6C 14 0 2F 5A 14 1D 52 2C
Octal 315 154 24 0 57 132 24 35 122 54
Binary 11001101 1101100 10100 0 101111 1011010 10100 11101 1010010 101100

Color Harmonies of #CD6C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6C14

Black with #CD6C14

Text Example


Text Example

White with #CD6C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6C14; }

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

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

background-color css

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

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

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

border-color css

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

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

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