Html Css Color HEX #D65319 Chocolate

📋 copy color: '#D65319'

red 214 ◦ green 83 ◦ blue 25

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

Shades of Chocolate #D65319

Tints of Chocolate #D65319

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.78%

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

R = 66.46%
G = 25.78%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D65319 (or 0xD65319) is known color: Chocolate. HEX triplet: D6, 53 and 19. RGB value is (214,83,25). Sum of RGB (Red+Green+Blue) = 214+83+25=322 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.46% from 322); Green value is 83 (32.81% from 255 or 25.78% from 322); Blue value is 25 (10.16% from 255 or 7.76% from 322); Max value from RGB is 214 - color contains mainly: red. Hex color #D65319 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65319 is #29ACE6. Grayscale: #737373. Windows color (decimal): -2731239 or 1659862. OLE color: 1659862.

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

Color convert

RGB 214 83 25 -
CMYK 0 0.61 0.88 0.16
HSL 18.41º 0.79% 0.47% -
HSV(B) 18.41º 0.88% 0.84% -
XYZ 31 20.55 3.25 -
YUV 115.56 76.9 198.22 -
System Red Green Blue C M Y K H S L
Decimal 214 83 25 0 0.61 0.88 0.16 18.41 0.79 0.47
Hex D6 53 19 0 3D 58 10 12 4F 2F
Octal 326 123 31 0 75 130 20 22 117 57
Binary 11010110 1010011 11001 0 111101 1011000 10000 10010 1001111 101111

Color Harmonies of #D65319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65319

Black with #D65319

Text Example


Text Example

White with #D65319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65319; }

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

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

background-color css

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

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

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

border-color css

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

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

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