Html Css Color HEX #D9661B Chocolate

📋 copy color: '#D9661B'

red 217 ◦ green 102 ◦ blue 27

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

Shades of Chocolate #D9661B

Tints of Chocolate #D9661B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.8%

R = 62.72%
G = 29.48%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D9661B (or 0xD9661B) is known color: Chocolate. HEX triplet: D9, 66 and 1B. RGB value is (217,102,27). Sum of RGB (Red+Green+Blue) = 217+102+27=346 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.72% from 346); Green value is 102 (40.23% from 255 or 29.48% from 346); Blue value is 27 (10.94% from 255 or 7.80% from 346); Max value from RGB is 217 - color contains mainly: red. Hex color #D9661B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9661B is #2699E4. Grayscale: #808080. Windows color (decimal): -2529765 or 1795801. OLE color: 1795801.

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

Color convert

RGB 217 102 27 -
CMYK 0 0.53 0.88 0.15
HSL 23.68º 0.78% 0.48% -
HSV(B) 23.68º 0.88% 0.85% -
XYZ 33.56 24.33 3.96 -
YUV 127.84 71.1 191.6 -
System Red Green Blue C M Y K H S L
Decimal 217 102 27 0 0.53 0.88 0.15 23.68 0.78 0.48
Hex D9 66 1B 0 35 58 F 18 4E 30
Octal 331 146 33 0 65 130 17 30 116 60
Binary 11011001 1100110 11011 0 110101 1011000 1111 11000 1001110 110000

Color Harmonies of #D9661B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9661B

Black with #D9661B

Text Example


Text Example

White with #D9661B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9661B; }

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

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

background-color css

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

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

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

border-color css

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

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

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