Html Css Color HEX #D65F24 Chocolate

📋 copy color: '#D65F24'

red 214 ◦ green 95 ◦ blue 36

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

Shades of Chocolate #D65F24

Tints of Chocolate #D65F24

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.54%

 BLUE value IS 36 (14.45% from 255) = 10.43%

R = 62.03%
G = 27.54%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D65F24 (or 0xD65F24) is known color: Chocolate. HEX triplet: D6, 5F and 24. RGB value is (214,95,36). Sum of RGB (Red+Green+Blue) = 214+95+36=345 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.03% from 345); Green value is 95 (37.5% from 255 or 27.54% from 345); Blue value is 36 (14.45% from 255 or 10.43% from 345); Max value from RGB is 214 - color contains mainly: red. Hex color #D65F24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65F24 is #29A0DB. Grayscale: #7C7C7C. Windows color (decimal): -2728156 or 2383830. OLE color: 2383830.

HSL color Cylindrical-coordinate representation of color #D65F24: hue angle of 19.89º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D65F24 is Cyan = 0, Magento = 0.56, Yellow = 0.83 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 95 36 -
CMYK 0 0.56 0.83 0.16
HSL 19.89º 0.71% 0.49% -
HSV(B) 19.89º 0.83% 0.84% -
XYZ 32.14 22.61 4.34 -
YUV 123.86 78.42 192.3 -
System Red Green Blue C M Y K H S L
Decimal 214 95 36 0 0.56 0.83 0.16 19.89 0.71 0.49
Hex D6 5F 24 0 38 53 10 14 47 31
Octal 326 137 44 0 70 123 20 24 107 61
Binary 11010110 1011111 100100 0 111000 1010011 10000 10100 1000111 110001

Color Harmonies of #D65F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65F24

Black with #D65F24

Text Example


Text Example

White with #D65F24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65F24; }

 p { color: rgb(214,95,36); }

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

background-color css

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

 a { background-color: rgb(214,95,36); }

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

border-color css

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

 span { border-color: rgb(214,95,36); }

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