Html Css Color HEX #D9741A Chocolate

📋 copy color: '#D9741A'

red 217 ◦ green 116 ◦ blue 26

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

Shades of Chocolate #D9741A

Tints of Chocolate #D9741A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.24%

R = 60.45%
G = 32.31%
B = 7.24%

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

#D9741A (or 0xD9741A) is known color: Chocolate. HEX triplet: D9, 74 and 1A. RGB value is (217,116,26). Sum of RGB (Red+Green+Blue) = 217+116+26=359 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.45% from 359); Green value is 116 (45.70% from 255 or 32.31% from 359); Blue value is 26 (10.55% from 255 or 7.24% from 359); Max value from RGB is 217 - color contains mainly: red. Hex color #D9741A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9741A is #268BE5. Grayscale: #888888. Windows color (decimal): -2526182 or 1733849. OLE color: 1733849.

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

Color convert

RGB 217 116 26 -
CMYK 0 0.47 0.88 0.15
HSL 28.27º 0.79% 0.48% -
HSV(B) 28.27º 0.88% 0.85% -
XYZ 35.05 27.32 4.4 -
YUV 135.94 65.96 185.82 -
System Red Green Blue C M Y K H S L
Decimal 217 116 26 0 0.47 0.88 0.15 28.27 0.79 0.48
Hex D9 74 1A 0 2F 58 F 1C 4F 30
Octal 331 164 32 0 57 130 17 34 117 60
Binary 11011001 1110100 11010 0 101111 1011000 1111 11100 1001111 110000

Color Harmonies of #D9741A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9741A

Black with #D9741A

Text Example


Text Example

White with #D9741A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9741A; }

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

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

background-color css

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

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

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

border-color css

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

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

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