Html Css Color HEX #D65619 Chocolate

📋 copy color: '#D65619'

red 214 ◦ green 86 ◦ blue 25

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

Shades of Chocolate #D65619

Tints of Chocolate #D65619

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.46%

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

R = 65.85%
G = 26.46%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D65619 (or 0xD65619) is known color: Chocolate. HEX triplet: D6, 56 and 19. RGB value is (214,86,25). Sum of RGB (Red+Green+Blue) = 214+86+25=325 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.85% from 325); Green value is 86 (33.98% from 255 or 26.46% from 325); Blue value is 25 (10.16% from 255 or 7.69% from 325); Max value from RGB is 214 - color contains mainly: red. Hex color #D65619 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65619 is #29A9E6. Grayscale: #757575. Windows color (decimal): -2730471 or 1660630. OLE color: 1660630.

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

Color convert

RGB 214 86 25 -
CMYK 0 0.60 0.88 0.16
HSL 19.37º 0.79% 0.47% -
HSV(B) 19.37º 0.88% 0.84% -
XYZ 31.23 21.02 3.33 -
YUV 117.32 75.91 196.96 -
System Red Green Blue C M Y K H S L
Decimal 214 86 25 0 0.60 0.88 0.16 19.37 0.79 0.47
Hex D6 56 19 0 3C 58 10 13 4F 2F
Octal 326 126 31 0 74 130 20 23 117 57
Binary 11010110 1010110 11001 0 111100 1011000 10000 10011 1001111 101111

Color Harmonies of #D65619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65619

Black with #D65619

Text Example


Text Example

White with #D65619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65619; }

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

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

background-color css

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

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

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

border-color css

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

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

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