Html Css Color HEX #D65D19 Chocolate

📋 copy color: '#D65D19'

red 214 ◦ green 93 ◦ blue 25

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

Shades of Chocolate #D65D19

Tints of Chocolate #D65D19

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.01%

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

R = 64.46%
G = 28.01%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D65D19 (or 0xD65D19) is known color: Chocolate. HEX triplet: D6, 5D and 19. RGB value is (214,93,25). Sum of RGB (Red+Green+Blue) = 214+93+25=332 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.46% from 332); Green value is 93 (36.72% from 255 or 28.01% from 332); Blue value is 25 (10.16% from 255 or 7.53% from 332); Max value from RGB is 214 - color contains mainly: red. Hex color #D65D19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65D19 is #29A2E6. Grayscale: #797979. Windows color (decimal): -2728679 or 1662422. OLE color: 1662422.

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

Color convert

RGB 214 93 25 -
CMYK 0 0.57 0.88 0.16
HSL 21.59º 0.79% 0.47% -
HSV(B) 21.59º 0.88% 0.84% -
XYZ 31.82 22.2 3.53 -
YUV 121.43 73.59 194.03 -
System Red Green Blue C M Y K H S L
Decimal 214 93 25 0 0.57 0.88 0.16 21.59 0.79 0.47
Hex D6 5D 19 0 39 58 10 16 4F 2F
Octal 326 135 31 0 71 130 20 26 117 57
Binary 11010110 1011101 11001 0 111001 1011000 10000 10110 1001111 101111

Color Harmonies of #D65D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65D19

Black with #D65D19

Text Example


Text Example

White with #D65D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65D19; }

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

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

background-color css

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

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

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

border-color css

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

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

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