Html Css Color HEX #D65719 Chocolate

📋 copy color: '#D65719'

red 214 ◦ green 87 ◦ blue 25

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

Shades of Chocolate #D65719

Tints of Chocolate #D65719

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.69%

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

R = 65.64%
G = 26.69%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D65719 (or 0xD65719) is known color: Chocolate. HEX triplet: D6, 57 and 19. RGB value is (214,87,25). Sum of RGB (Red+Green+Blue) = 214+87+25=326 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.64% from 326); Green value is 87 (34.38% from 255 or 26.69% from 326); Blue value is 25 (10.16% from 255 or 7.67% from 326); Max value from RGB is 214 - color contains mainly: red. Hex color #D65719 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65719 is #29A8E6. Grayscale: #767676. Windows color (decimal): -2730215 or 1660886. OLE color: 1660886.

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

Color convert

RGB 214 87 25 -
CMYK 0 0.59 0.88 0.16
HSL 19.68º 0.79% 0.47% -
HSV(B) 19.68º 0.88% 0.84% -
XYZ 31.32 21.18 3.36 -
YUV 117.91 75.58 196.54 -
System Red Green Blue C M Y K H S L
Decimal 214 87 25 0 0.59 0.88 0.16 19.68 0.79 0.47
Hex D6 57 19 0 3B 58 10 14 4F 2F
Octal 326 127 31 0 73 130 20 24 117 57
Binary 11010110 1010111 11001 0 111011 1011000 10000 10100 1001111 101111

Color Harmonies of #D65719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65719

Black with #D65719

Text Example


Text Example

White with #D65719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65719; }

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

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

background-color css

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

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

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

border-color css

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

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

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