Html Css Color HEX #D65019 Chocolate

📋 copy color: '#D65019'

red 214 ◦ green 80 ◦ blue 25

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

Shades of Chocolate #D65019

Tints of Chocolate #D65019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.84%

R = 67.08%
G = 25.08%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D65019 (or 0xD65019) is known color: Chocolate. HEX triplet: D6, 50 and 19. RGB value is (214,80,25). Sum of RGB (Red+Green+Blue) = 214+80+25=319 (42% of max value = 765). Red value is 214 (83.98% from 255 or 67.08% from 319); Green value is 80 (31.64% from 255 or 25.08% from 319); Blue value is 25 (10.16% from 255 or 7.84% from 319); Max value from RGB is 214 - color contains mainly: red. Hex color #D65019 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65019 is #29AFE6. Grayscale: #727272. Windows color (decimal): -2732007 or 1659094. OLE color: 1659094.

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

Color convert

RGB 214 80 25 -
CMYK 0 0.63 0.88 0.16
HSL 17.46º 0.79% 0.47% -
HSV(B) 17.46º 0.88% 0.84% -
XYZ 30.78 20.1 3.18 -
YUV 113.8 77.89 199.47 -
System Red Green Blue C M Y K H S L
Decimal 214 80 25 0 0.63 0.88 0.16 17.46 0.79 0.47
Hex D6 50 19 0 3F 58 10 11 4F 2F
Octal 326 120 31 0 77 130 20 21 117 57
Binary 11010110 1010000 11001 0 111111 1011000 10000 10001 1001111 101111

Color Harmonies of #D65019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65019

Black with #D65019

Text Example


Text Example

White with #D65019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65019; }

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

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

background-color css

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

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

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

border-color css

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

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

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