Html Css Color HEX #D9650D Chocolate

📋 copy color: '#D9650D'

red 217 ◦ green 101 ◦ blue 13

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

Shades of Chocolate #D9650D

Tints of Chocolate #D9650D

RGB

 RED value IS 217 (85.16% from 255) = 65.56%

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

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

R = 65.56%
G = 30.51%
B = 3.93%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D9650D (or 0xD9650D) is known color: Chocolate. HEX triplet: D9, 65 and 0D. RGB value is (217,101,13). Sum of RGB (Red+Green+Blue) = 217+101+13=331 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.56% from 331); Green value is 101 (39.84% from 255 or 30.51% from 331); Blue value is 13 (5.47% from 255 or 3.93% from 331); Max value from RGB is 217 - color contains mainly: red. Hex color #D9650D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D9650D is #269AF2. Grayscale: #7E7E7E. Windows color (decimal): -2530035 or 878041. OLE color: 878041.

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

Color convert

RGB 217 101 13 -
CMYK 0 0.53 0.94 0.15
HSL 25.88º 0.89% 0.45% -
HSV(B) 25.88º 0.94% 0.85% -
XYZ 33.34 24.09 3.27 -
YUV 125.65 64.43 193.16 -
System Red Green Blue C M Y K H S L
Decimal 217 101 13 0 0.53 0.94 0.15 25.88 0.89 0.45
Hex D9 65 D 0 35 5E F 1A 59 2D
Octal 331 145 15 0 65 136 17 32 131 55
Binary 11011001 1100101 1101 0 110101 1011110 1111 11010 1011001 101101

Color Harmonies of #D9650D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9650D

Black with #D9650D

Text Example


Text Example

White with #D9650D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9650D; }

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

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

background-color css

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

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

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

border-color css

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

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

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