Html Css Color HEX #D65219 Chocolate

📋 copy color: '#D65219'

red 214 ◦ green 82 ◦ blue 25

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

Shades of Chocolate #D65219

Tints of Chocolate #D65219

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.55%

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

R = 66.67%
G = 25.55%
B = 7.79%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D65219 (or 0xD65219) is known color: Chocolate. HEX triplet: D6, 52 and 19. RGB value is (214,82,25). Sum of RGB (Red+Green+Blue) = 214+82+25=321 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.67% from 321); Green value is 82 (32.42% from 255 or 25.55% from 321); Blue value is 25 (10.16% from 255 or 7.79% from 321); Max value from RGB is 214 - color contains mainly: red. Hex color #D65219 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65219 is #29ADE6. Grayscale: #737373. Windows color (decimal): -2731495 or 1659606. OLE color: 1659606.

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

Color convert

RGB 214 82 25 -
CMYK 0 0.62 0.88 0.16
HSL 18.1º 0.79% 0.47% -
HSV(B) 18.1º 0.88% 0.84% -
XYZ 30.92 20.4 3.23 -
YUV 114.97 77.23 198.63 -
System Red Green Blue C M Y K H S L
Decimal 214 82 25 0 0.62 0.88 0.16 18.1 0.79 0.47
Hex D6 52 19 0 3E 58 10 12 4F 2F
Octal 326 122 31 0 76 130 20 22 117 57
Binary 11010110 1010010 11001 0 111110 1011000 10000 10010 1001111 101111

Color Harmonies of #D65219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65219

Black with #D65219

Text Example


Text Example

White with #D65219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65219; }

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

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

background-color css

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

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

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

border-color css

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

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

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