Html Css Color HEX #D65F12 Chocolate

📋 copy color: '#D65F12'

red 214 ◦ green 95 ◦ blue 18

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

Shades of Chocolate #D65F12

Tints of Chocolate #D65F12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.5%

R = 65.44%
G = 29.05%
B = 5.5%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D65F12 (or 0xD65F12) is known color: Chocolate. HEX triplet: D6, 5F and 12. RGB value is (214,95,18). Sum of RGB (Red+Green+Blue) = 214+95+18=327 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.44% from 327); Green value is 95 (37.5% from 255 or 29.05% from 327); Blue value is 18 (7.42% from 255 or 5.50% from 327); Max value from RGB is 214 - color contains mainly: red. Hex color #D65F12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65F12 is #29A0ED. Grayscale: #7A7A7A. Windows color (decimal): -2728174 or 1204182. OLE color: 1204182.

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

Color convert

RGB 214 95 18 -
CMYK 0 0.56 0.92 0.16
HSL 23.57º 0.84% 0.45% -
HSV(B) 23.57º 0.92% 0.84% -
XYZ 31.93 22.52 3.24 -
YUV 121.8 69.42 193.76 -
System Red Green Blue C M Y K H S L
Decimal 214 95 18 0 0.56 0.92 0.16 23.57 0.84 0.45
Hex D6 5F 12 0 38 5C 10 18 54 2D
Octal 326 137 22 0 70 134 20 30 124 55
Binary 11010110 1011111 10010 0 111000 1011100 10000 11000 1010100 101101

Color Harmonies of #D65F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65F12

Black with #D65F12

Text Example


Text Example

White with #D65F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65F12; }

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

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

background-color css

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

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

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

border-color css

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

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

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