Html Css Color HEX #D77419 Chocolate

📋 copy color: '#D77419'

red 215 ◦ green 116 ◦ blue 25

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

Shades of Chocolate #D77419

Tints of Chocolate #D77419

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.58%

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

R = 60.39%
G = 32.58%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D77419 (or 0xD77419) is known color: Chocolate. HEX triplet: D7, 74 and 19. RGB value is (215,116,25). Sum of RGB (Red+Green+Blue) = 215+116+25=356 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.39% from 356); Green value is 116 (45.70% from 255 or 32.58% from 356); Blue value is 25 (10.16% from 255 or 7.02% from 356); Max value from RGB is 215 - color contains mainly: red. Hex color #D77419 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77419 is #288BE6. Grayscale: #878787. Windows color (decimal): -2657255 or 1668311. OLE color: 1668311.

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

Color convert

RGB 215 116 25 -
CMYK 0 0.46 0.88 0.16
HSL 28.74º 0.79% 0.47% -
HSV(B) 28.74º 0.88% 0.84% -
XYZ 34.45 27.01 4.32 -
YUV 135.23 65.8 184.9 -
System Red Green Blue C M Y K H S L
Decimal 215 116 25 0 0.46 0.88 0.16 28.74 0.79 0.47
Hex D7 74 19 0 2E 58 10 1D 4F 2F
Octal 327 164 31 0 56 130 20 35 117 57
Binary 11010111 1110100 11001 0 101110 1011000 10000 11101 1001111 101111

Color Harmonies of #D77419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77419

Black with #D77419

Text Example


Text Example

White with #D77419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77419; }

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

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

background-color css

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

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

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

border-color css

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

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

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