Html Css Color HEX #D65F19 Chocolate

📋 copy color: '#D65F19'

red 214 ◦ green 95 ◦ blue 25

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

Shades of Chocolate #D65F19

Tints of Chocolate #D65F19

RGB

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

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

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

R = 64.07%
G = 28.44%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D65F19 (or 0xD65F19) is known color: Chocolate. HEX triplet: D6, 5F and 19. RGB value is (214,95,25). Sum of RGB (Red+Green+Blue) = 214+95+25=334 (44% of max value = 765). Red value is 214 (83.98% from 255 or 64.07% from 334); Green value is 95 (37.5% from 255 or 28.44% from 334); Blue value is 25 (10.16% from 255 or 7.49% from 334); Max value from RGB is 214 - color contains mainly: red. Hex color #D65F19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65F19 is #29A0E6. Grayscale: #7B7B7B. Windows color (decimal): -2728167 or 1662934. OLE color: 1662934.

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

Color convert

RGB 214 95 25 -
CMYK 0 0.56 0.88 0.16
HSL 22.22º 0.79% 0.47% -
HSV(B) 22.22º 0.88% 0.84% -
XYZ 32 22.55 3.59 -
YUV 122.6 72.92 193.19 -
System Red Green Blue C M Y K H S L
Decimal 214 95 25 0 0.56 0.88 0.16 22.22 0.79 0.47
Hex D6 5F 19 0 38 58 10 16 4F 2F
Octal 326 137 31 0 70 130 20 26 117 57
Binary 11010110 1011111 11001 0 111000 1011000 10000 10110 1001111 101111

Color Harmonies of #D65F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65F19

Black with #D65F19

Text Example


Text Example

White with #D65F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65F19; }

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

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

background-color css

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

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

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

border-color css

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

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

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