Html Css Color HEX #D66513 Chocolate

📋 copy color: '#D66513'

red 214 ◦ green 101 ◦ blue 19

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

Shades of Chocolate #D66513

Tints of Chocolate #D66513

RGB

 RED value IS 214 (83.98% from 255) = 64.07%

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

 BLUE value IS 19 (7.81% from 255) = 5.69%

R = 64.07%
G = 30.24%
B = 5.69%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D66513 (or 0xD66513) is known color: Chocolate. HEX triplet: D6, 65 and 13. RGB value is (214,101,19). Sum of RGB (Red+Green+Blue) = 214+101+19=334 (44% of max value = 765). Red value is 214 (83.98% from 255 or 64.07% from 334); Green value is 101 (39.84% from 255 or 30.24% from 334); Blue value is 19 (7.81% from 255 or 5.69% from 334); Max value from RGB is 214 - color contains mainly: red. Hex color #D66513 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D66513 is #299AEC. Grayscale: #7D7D7D. Windows color (decimal): -2726637 or 1271254. OLE color: 1271254.

HSL color Cylindrical-coordinate representation of color #D66513: hue angle of 25.23º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D66513 is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 101 19 -
CMYK 0 0.53 0.91 0.16
HSL 25.23º 0.84% 0.46% -
HSV(B) 25.23º 0.91% 0.84% -
XYZ 32.5 23.65 3.47 -
YUV 125.44 67.94 191.17 -
System Red Green Blue C M Y K H S L
Decimal 214 101 19 0 0.53 0.91 0.16 25.23 0.84 0.46
Hex D6 65 13 0 35 5B 10 19 54 2E
Octal 326 145 23 0 65 133 20 31 124 56
Binary 11010110 1100101 10011 0 110101 1011011 10000 11001 1010100 101110

Color Harmonies of #D66513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66513

Black with #D66513

Text Example


Text Example

White with #D66513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66513; }

 p { color: rgb(214,101,19); }

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

background-color css

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

 a { background-color: rgb(214,101,19); }

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

border-color css

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

 span { border-color: rgb(214,101,19); }

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