Html Css Color HEX #D9650C Chocolate

📋 copy color: '#D9650C'

red 217 ◦ green 101 ◦ blue 12

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

Shades of Chocolate #D9650C

Tints of Chocolate #D9650C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.64%

R = 65.76%
G = 30.61%
B = 3.64%

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

#D9650C (or 0xD9650C) is known color: Chocolate. HEX triplet: D9, 65 and 0C. RGB value is (217,101,12). Sum of RGB (Red+Green+Blue) = 217+101+12=330 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.76% from 330); Green value is 101 (39.84% from 255 or 30.61% from 330); Blue value is 12 (5.08% from 255 or 3.64% from 330); Max value from RGB is 217 - color contains mainly: red. Hex color #D9650C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D9650C is #269AF3. Grayscale: #7E7E7E. Windows color (decimal): -2530036 or 812505. OLE color: 812505.

HSL color Cylindrical-coordinate representation of color #D9650C: hue angle of 26.05º degrees, saturation: 0.9, 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 #D9650C is Cyan = 0, Magento = 0.53, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 101 12 -
CMYK 0 0.53 0.94 0.15
HSL 26.05º 0.9% 0.45% -
HSV(B) 26.05º 0.94% 0.85% -
XYZ 33.34 24.09 3.24 -
YUV 125.54 63.93 193.24 -
System Red Green Blue C M Y K H S L
Decimal 217 101 12 0 0.53 0.94 0.15 26.05 0.9 0.45
Hex D9 65 C 0 35 5E F 1A 5A 2D
Octal 331 145 14 0 65 136 17 32 132 55
Binary 11011001 1100101 1100 0 110101 1011110 1111 11010 1011010 101101

Color Harmonies of #D9650C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9650C

Black with #D9650C

Text Example


Text Example

White with #D9650C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9650C; }

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

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

background-color css

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

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

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

border-color css

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

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

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