Html Css Color HEX #D7661E Chocolate

📋 copy color: '#D7661E'

red 215 ◦ green 102 ◦ blue 30

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

Shades of Chocolate #D7661E

Tints of Chocolate #D7661E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.65%

R = 61.96%
G = 29.39%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D7661E (or 0xD7661E) is known color: Chocolate. HEX triplet: D7, 66 and 1E. RGB value is (215,102,30). Sum of RGB (Red+Green+Blue) = 215+102+30=347 (45% of max value = 765). Red value is 215 (84.38% from 255 or 61.96% from 347); Green value is 102 (40.23% from 255 or 29.39% from 347); Blue value is 30 (12.11% from 255 or 8.65% from 347); Max value from RGB is 215 - color contains mainly: red. Hex color #D7661E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7661E is #2899E1. Grayscale: #7F7F7F. Windows color (decimal): -2660834 or 1992407. OLE color: 1992407.

HSL color Cylindrical-coordinate representation of color #D7661E: hue angle of 23.35º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D7661E is Cyan = 0, Magento = 0.53, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 102 30 -
CMYK 0 0.53 0.86 0.16
HSL 23.35º 0.76% 0.48% -
HSV(B) 23.35º 0.86% 0.84% -
XYZ 33.01 24.04 4.13 -
YUV 127.58 72.94 190.35 -
System Red Green Blue C M Y K H S L
Decimal 215 102 30 0 0.53 0.86 0.16 23.35 0.76 0.48
Hex D7 66 1E 0 35 56 10 17 4C 30
Octal 327 146 36 0 65 126 20 27 114 60
Binary 11010111 1100110 11110 0 110101 1010110 10000 10111 1001100 110000

Color Harmonies of #D7661E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7661E

Black with #D7661E

Text Example


Text Example

White with #D7661E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7661E; }

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

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

background-color css

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

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

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

border-color css

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

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

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