Html Css Color HEX #CD6514 Chocolate

📋 copy color: '#CD6514'

red 205 ◦ green 101 ◦ blue 20

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

Shades of Chocolate #CD6514

Tints of Chocolate #CD6514

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.98%

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

R = 62.88%
G = 30.98%
B = 6.13%

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

#CD6514 (or 0xCD6514) is known color: Chocolate. HEX triplet: CD, 65 and 14. RGB value is (205,101,20). Sum of RGB (Red+Green+Blue) = 205+101+20=326 (43% of max value = 765). Red value is 205 (80.47% from 255 or 62.88% from 326); Green value is 101 (39.84% from 255 or 30.98% from 326); Blue value is 20 (8.20% from 255 or 6.13% from 326); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6514 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD6514 is #329AEB. Grayscale: #7B7B7B. Windows color (decimal): -3316460 or 1336781. OLE color: 1336781.

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

Color convert

RGB 205 101 20 -
CMYK 0 0.51 0.90 0.20
HSL 26.27º 0.82% 0.44% -
HSV(B) 26.27º 0.9% 0.8% -
XYZ 29.96 22.34 3.39 -
YUV 122.86 69.96 186.59 -
System Red Green Blue C M Y K H S L
Decimal 205 101 20 0 0.51 0.90 0.20 26.27 0.82 0.44
Hex CD 65 14 0 33 5A 14 1A 52 2C
Octal 315 145 24 0 63 132 24 32 122 54
Binary 11001101 1100101 10100 0 110011 1011010 10100 11010 1010010 101100

Color Harmonies of #CD6514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6514

Black with #CD6514

Text Example


Text Example

White with #CD6514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6514; }

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

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

background-color css

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

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

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

border-color css

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

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

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