Html Css Color HEX #D76019 Chocolate

📋 copy color: '#D76019'

red 215 ◦ green 96 ◦ blue 25

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

Shades of Chocolate #D76019

Tints of Chocolate #D76019

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.57%

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

R = 63.99%
G = 28.57%
B = 7.44%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D76019 (or 0xD76019) is known color: Chocolate. HEX triplet: D7, 60 and 19. RGB value is (215,96,25). Sum of RGB (Red+Green+Blue) = 215+96+25=336 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.99% from 336); Green value is 96 (37.89% from 255 or 28.57% from 336); Blue value is 25 (10.16% from 255 or 7.44% from 336); Max value from RGB is 215 - color contains mainly: red. Hex color #D76019 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76019 is #289FE6. Grayscale: #7B7B7B. Windows color (decimal): -2662375 or 1663191. OLE color: 1663191.

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

Color convert

RGB 215 96 25 -
CMYK 0 0.55 0.88 0.16
HSL 22.42º 0.79% 0.47% -
HSV(B) 22.42º 0.88% 0.84% -
XYZ 32.38 22.88 3.63 -
YUV 123.49 72.42 193.27 -
System Red Green Blue C M Y K H S L
Decimal 215 96 25 0 0.55 0.88 0.16 22.42 0.79 0.47
Hex D7 60 19 0 37 58 10 16 4F 2F
Octal 327 140 31 0 67 130 20 26 117 57
Binary 11010111 1100000 11001 0 110111 1011000 10000 10110 1001111 101111

Color Harmonies of #D76019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76019

Black with #D76019

Text Example


Text Example

White with #D76019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76019; }

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

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

background-color css

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

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

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

border-color css

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

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

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