Html Css Color HEX #D9741B Chocolate

📋 copy color: '#D9741B'

red 217 ◦ green 116 ◦ blue 27

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

Shades of Chocolate #D9741B

Tints of Chocolate #D9741B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.22%

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

R = 60.28%
G = 32.22%
B = 7.5%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D9741B (or 0xD9741B) is known color: Chocolate. HEX triplet: D9, 74 and 1B. RGB value is (217,116,27). Sum of RGB (Red+Green+Blue) = 217+116+27=360 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.28% from 360); Green value is 116 (45.70% from 255 or 32.22% from 360); Blue value is 27 (10.94% from 255 or 7.5% from 360); Max value from RGB is 217 - color contains mainly: red. Hex color #D9741B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9741B is #268BE4. Grayscale: #888888. Windows color (decimal): -2526181 or 1799385. OLE color: 1799385.

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

Color convert

RGB 217 116 27 -
CMYK 0 0.47 0.88 0.15
HSL 28.11º 0.78% 0.48% -
HSV(B) 28.11º 0.88% 0.85% -
XYZ 35.06 27.32 4.46 -
YUV 136.05 66.46 185.74 -
System Red Green Blue C M Y K H S L
Decimal 217 116 27 0 0.47 0.88 0.15 28.11 0.78 0.48
Hex D9 74 1B 0 2F 58 F 1C 4E 30
Octal 331 164 33 0 57 130 17 34 116 60
Binary 11011001 1110100 11011 0 101111 1011000 1111 11100 1001110 110000

Color Harmonies of #D9741B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9741B

Black with #D9741B

Text Example


Text Example

White with #D9741B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9741B; }

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

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

background-color css

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

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

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

border-color css

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

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

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