Html Css Color HEX #D7650D Chocolate

📋 copy color: '#D7650D'

red 215 ◦ green 101 ◦ blue 13

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

Shades of Chocolate #D7650D

Tints of Chocolate #D7650D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.7%

 BLUE value IS 13 (5.47% from 255) = 3.95%

R = 65.35%
G = 30.7%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D7650D (or 0xD7650D) is known color: Chocolate. HEX triplet: D7, 65 and 0D. RGB value is (215,101,13). Sum of RGB (Red+Green+Blue) = 215+101+13=329 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.35% from 329); Green value is 101 (39.84% from 255 or 30.70% from 329); Blue value is 13 (5.47% from 255 or 3.95% from 329); Max value from RGB is 215 - color contains mainly: red. Hex color #D7650D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D7650D is #289AF2. Grayscale: #7D7D7D. Windows color (decimal): -2661107 or 878039. OLE color: 878039.

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

Color convert

RGB 215 101 13 -
CMYK 0 0.53 0.94 0.16
HSL 26.14º 0.89% 0.45% -
HSV(B) 26.14º 0.94% 0.84% -
XYZ 32.75 23.78 3.25 -
YUV 125.05 64.77 192.16 -
System Red Green Blue C M Y K H S L
Decimal 215 101 13 0 0.53 0.94 0.16 26.14 0.89 0.45
Hex D7 65 D 0 35 5E 10 1A 59 2D
Octal 327 145 15 0 65 136 20 32 131 55
Binary 11010111 1100101 1101 0 110101 1011110 10000 11010 1011001 101101

Color Harmonies of #D7650D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7650D

Black with #D7650D

Text Example


Text Example

White with #D7650D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7650D; }

 p { color: rgb(215,101,13); }

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

background-color css

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

 a { background-color: rgb(215,101,13); }

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

border-color css

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

 span { border-color: rgb(215,101,13); }

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