Html Css Color HEX #CD6414 Chocolate

📋 copy color: '#CD6414'

red 205 ◦ green 100 ◦ blue 20

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

Shades of Chocolate #CD6414

Tints of Chocolate #CD6414

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.77%

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

R = 63.08%
G = 30.77%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CD6414 (or 0xCD6414) is known color: Chocolate. HEX triplet: CD, 64 and 14. RGB value is (205,100,20). Sum of RGB (Red+Green+Blue) = 205+100+20=325 (43% of max value = 765). Red value is 205 (80.47% from 255 or 63.08% from 325); Green value is 100 (39.45% from 255 or 30.77% from 325); Blue value is 20 (8.20% from 255 or 6.15% from 325); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6414 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD6414 is #329BEB. Grayscale: #7A7A7A. Windows color (decimal): -3316716 or 1336525. OLE color: 1336525.

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

Color convert

RGB 205 100 20 -
CMYK 0 0.51 0.90 0.20
HSL 25.95º 0.82% 0.44% -
HSV(B) 25.95º 0.9% 0.8% -
XYZ 29.86 22.14 3.36 -
YUV 122.28 70.29 187 -
System Red Green Blue C M Y K H S L
Decimal 205 100 20 0 0.51 0.90 0.20 25.95 0.82 0.44
Hex CD 64 14 0 33 5A 14 1A 52 2C
Octal 315 144 24 0 63 132 24 32 122 54
Binary 11001101 1100100 10100 0 110011 1011010 10100 11010 1010010 101100

Color Harmonies of #CD6414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6414

Black with #CD6414

Text Example


Text Example

White with #CD6414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6414; }

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

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

background-color css

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

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

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

border-color css

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

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

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