Html Css Color HEX #D9681B Chocolate

📋 copy color: '#D9681B'

red 217 ◦ green 104 ◦ blue 27

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

Shades of Chocolate #D9681B

Tints of Chocolate #D9681B

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.89%

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

R = 62.36%
G = 29.89%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D9681B (or 0xD9681B) is known color: Chocolate. HEX triplet: D9, 68 and 1B. RGB value is (217,104,27). Sum of RGB (Red+Green+Blue) = 217+104+27=348 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62.36% from 348); Green value is 104 (41.02% from 255 or 29.89% from 348); Blue value is 27 (10.94% from 255 or 7.76% from 348); Max value from RGB is 217 - color contains mainly: red. Hex color #D9681B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9681B is #2697E4. Grayscale: #818181. Windows color (decimal): -2529253 or 1796313. OLE color: 1796313.

HSL color Cylindrical-coordinate representation of color #D9681B: hue angle of 24.32º 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 #D9681B is Cyan = 0, Magento = 0.52, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 104 27 -
CMYK 0 0.52 0.88 0.15
HSL 24.32º 0.78% 0.48% -
HSV(B) 24.32º 0.88% 0.85% -
XYZ 33.76 24.73 4.03 -
YUV 129.01 70.44 190.76 -
System Red Green Blue C M Y K H S L
Decimal 217 104 27 0 0.52 0.88 0.15 24.32 0.78 0.48
Hex D9 68 1B 0 34 58 F 18 4E 30
Octal 331 150 33 0 64 130 17 30 116 60
Binary 11011001 1101000 11011 0 110100 1011000 1111 11000 1001110 110000

Color Harmonies of #D9681B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9681B

Black with #D9681B

Text Example


Text Example

White with #D9681B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9681B; }

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

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

background-color css

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

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

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

border-color css

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

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

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