Html Css Color HEX #D66518 Chocolate

📋 copy color: '#D66518'

red 214 ◦ green 101 ◦ blue 24

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

Shades of Chocolate #D66518

Tints of Chocolate #D66518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.08%

R = 63.13%
G = 29.79%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D66518 (or 0xD66518) is known color: Chocolate. HEX triplet: D6, 65 and 18. RGB value is (214,101,24). Sum of RGB (Red+Green+Blue) = 214+101+24=339 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.13% from 339); Green value is 101 (39.84% from 255 or 29.79% from 339); Blue value is 24 (9.77% from 255 or 7.08% from 339); Max value from RGB is 214 - color contains mainly: red. Hex color #D66518 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D66518 is #299AE7. Grayscale: #7E7E7E. Windows color (decimal): -2726632 or 1598934. OLE color: 1598934.

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

Color convert

RGB 214 101 24 -
CMYK 0 0.53 0.89 0.16
HSL 24.32º 0.8% 0.47% -
HSV(B) 24.32º 0.89% 0.84% -
XYZ 32.55 23.67 3.72 -
YUV 126.01 70.44 190.76 -
System Red Green Blue C M Y K H S L
Decimal 214 101 24 0 0.53 0.89 0.16 24.32 0.8 0.47
Hex D6 65 18 0 35 59 10 18 50 2F
Octal 326 145 30 0 65 131 20 30 120 57
Binary 11010110 1100101 11000 0 110101 1011001 10000 11000 1010000 101111

Color Harmonies of #D66518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66518

Black with #D66518

Text Example


Text Example

White with #D66518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66518; }

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

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

background-color css

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

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

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

border-color css

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

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

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