Html Css Color HEX #D65018 Chocolate

📋 copy color: '#D65018'

red 214 ◦ green 80 ◦ blue 24

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

Shades of Chocolate #D65018

Tints of Chocolate #D65018

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.16%

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

R = 67.3%
G = 25.16%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D65018 (or 0xD65018) is known color: Chocolate. HEX triplet: D6, 50 and 18. RGB value is (214,80,24). Sum of RGB (Red+Green+Blue) = 214+80+24=318 (42% of max value = 765). Red value is 214 (83.98% from 255 or 67.30% from 318); Green value is 80 (31.64% from 255 or 25.16% from 318); Blue value is 24 (9.77% from 255 or 7.55% from 318); Max value from RGB is 214 - color contains mainly: red. Hex color #D65018 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65018 is #29AFE7. Grayscale: #727272. Windows color (decimal): -2732008 or 1593558. OLE color: 1593558.

HSL color Cylindrical-coordinate representation of color #D65018: hue angle of 17.68º 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 #D65018 is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 80 24 -
CMYK 0 0.63 0.89 0.16
HSL 17.68º 0.8% 0.47% -
HSV(B) 17.68º 0.89% 0.84% -
XYZ 30.77 20.1 3.12 -
YUV 113.68 77.39 199.55 -
System Red Green Blue C M Y K H S L
Decimal 214 80 24 0 0.63 0.89 0.16 17.68 0.8 0.47
Hex D6 50 18 0 3F 59 10 12 50 2F
Octal 326 120 30 0 77 131 20 22 120 57
Binary 11010110 1010000 11000 0 111111 1011001 10000 10010 1010000 101111

Color Harmonies of #D65018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65018

Black with #D65018

Text Example


Text Example

White with #D65018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65018; }

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

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

background-color css

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

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

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

border-color css

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

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

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