Html Css Color HEX #D76619 Chocolate

📋 copy color: '#D76619'

red 215 ◦ green 102 ◦ blue 25

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

Shades of Chocolate #D76619

Tints of Chocolate #D76619

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.82%

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

R = 62.87%
G = 29.82%
B = 7.31%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D76619 (or 0xD76619) is known color: Chocolate. HEX triplet: D7, 66 and 19. RGB value is (215,102,25). Sum of RGB (Red+Green+Blue) = 215+102+25=342 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.87% from 342); Green value is 102 (40.23% from 255 or 29.82% from 342); Blue value is 25 (10.16% from 255 or 7.31% from 342); Max value from RGB is 215 - color contains mainly: red. Hex color #D76619 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76619 is #2899E6. Grayscale: #7F7F7F. Windows color (decimal): -2660839 or 1664727. OLE color: 1664727.

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

Color convert

RGB 215 102 25 -
CMYK 0 0.53 0.88 0.16
HSL 24.32º 0.79% 0.47% -
HSV(B) 24.32º 0.88% 0.84% -
XYZ 32.95 24.02 3.82 -
YUV 127.01 70.44 190.76 -
System Red Green Blue C M Y K H S L
Decimal 215 102 25 0 0.53 0.88 0.16 24.32 0.79 0.47
Hex D7 66 19 0 35 58 10 18 4F 2F
Octal 327 146 31 0 65 130 20 30 117 57
Binary 11010111 1100110 11001 0 110101 1011000 10000 11000 1001111 101111

Color Harmonies of #D76619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76619

Black with #D76619

Text Example


Text Example

White with #D76619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76619; }

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

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

background-color css

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

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

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

border-color css

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

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

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