Html Css Color HEX #D77019 Chocolate

📋 copy color: '#D77019'

red 215 ◦ green 112 ◦ blue 25

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

Shades of Chocolate #D77019

Tints of Chocolate #D77019

RGB

 RED value IS 215 (84.38% from 255) = 61.08%

 GREEN value IS 112 (44.14% from 255) = 31.82%

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

R = 61.08%
G = 31.82%
B = 7.1%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D77019 (or 0xD77019) is known color: Chocolate. HEX triplet: D7, 70 and 19. RGB value is (215,112,25). Sum of RGB (Red+Green+Blue) = 215+112+25=352 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.08% from 352); Green value is 112 (44.14% from 255 or 31.82% from 352); Blue value is 25 (10.16% from 255 or 7.10% from 352); Max value from RGB is 215 - color contains mainly: red. Hex color #D77019 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77019 is #288FE6. Grayscale: #858585. Windows color (decimal): -2658279 or 1667287. OLE color: 1667287.

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

Color convert

RGB 215 112 25 -
CMYK 0 0.48 0.88 0.16
HSL 27.47º 0.79% 0.47% -
HSV(B) 27.47º 0.88% 0.84% -
XYZ 33.99 26.11 4.17 -
YUV 132.88 67.12 186.57 -
System Red Green Blue C M Y K H S L
Decimal 215 112 25 0 0.48 0.88 0.16 27.47 0.79 0.47
Hex D7 70 19 0 30 58 10 1B 4F 2F
Octal 327 160 31 0 60 130 20 33 117 57
Binary 11010111 1110000 11001 0 110000 1011000 10000 11011 1001111 101111

Color Harmonies of #D77019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77019

Black with #D77019

Text Example


Text Example

White with #D77019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77019; }

 p { color: rgb(215,112,25); }

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

background-color css

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

 a { background-color: rgb(215,112,25); }

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

border-color css

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

 span { border-color: rgb(215,112,25); }

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