Html Css Color HEX #D9660F Chocolate

📋 copy color: '#D9660F'

red 217 ◦ green 102 ◦ blue 15

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

Shades of Chocolate #D9660F

Tints of Chocolate #D9660F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.49%

R = 64.97%
G = 30.54%
B = 4.49%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D9660F (or 0xD9660F) is known color: Chocolate. HEX triplet: D9, 66 and 0F. RGB value is (217,102,15). Sum of RGB (Red+Green+Blue) = 217+102+15=334 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.97% from 334); Green value is 102 (40.23% from 255 or 30.54% from 334); Blue value is 15 (6.25% from 255 or 4.49% from 334); Max value from RGB is 217 - color contains mainly: red. Hex color #D9660F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D9660F is #2699F0. Grayscale: #7E7E7E. Windows color (decimal): -2529777 or 1009369. OLE color: 1009369.

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

Color convert

RGB 217 102 15 -
CMYK 0 0.53 0.93 0.15
HSL 25.84º 0.87% 0.45% -
HSV(B) 25.84º 0.93% 0.85% -
XYZ 33.45 24.29 3.38 -
YUV 126.47 65.1 192.57 -
System Red Green Blue C M Y K H S L
Decimal 217 102 15 0 0.53 0.93 0.15 25.84 0.87 0.45
Hex D9 66 F 0 35 5D F 1A 57 2D
Octal 331 146 17 0 65 135 17 32 127 55
Binary 11011001 1100110 1111 0 110101 1011101 1111 11010 1010111 101101

Color Harmonies of #D9660F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9660F

Black with #D9660F

Text Example


Text Example

White with #D9660F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9660F; }

 p { color: rgb(217,102,15); }

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

background-color css

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

 a { background-color: rgb(217,102,15); }

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

border-color css

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

 span { border-color: rgb(217,102,15); }

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