Html Css Color HEX #D7741A Chocolate

📋 copy color: '#D7741A'

red 215 ◦ green 116 ◦ blue 26

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

Shades of Chocolate #D7741A

Tints of Chocolate #D7741A

RGB

 RED value IS 215 (84.38% from 255) = 60.22%

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

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

R = 60.22%
G = 32.49%
B = 7.28%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D7741A (or 0xD7741A) is known color: Chocolate. HEX triplet: D7, 74 and 1A. RGB value is (215,116,26). Sum of RGB (Red+Green+Blue) = 215+116+26=357 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.22% from 357); Green value is 116 (45.70% from 255 or 32.49% from 357); Blue value is 26 (10.55% from 255 or 7.28% from 357); Max value from RGB is 215 - color contains mainly: red. Hex color #D7741A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7741A is #288BE5. Grayscale: #878787. Windows color (decimal): -2657254 or 1733847. OLE color: 1733847.

HSL color Cylindrical-coordinate representation of color #D7741A: hue angle of 28.57º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D7741A is Cyan = 0, Magento = 0.46, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 116 26 -
CMYK 0 0.46 0.88 0.16
HSL 28.57º 0.78% 0.47% -
HSV(B) 28.57º 0.88% 0.84% -
XYZ 34.46 27.01 4.38 -
YUV 135.34 66.3 184.82 -
System Red Green Blue C M Y K H S L
Decimal 215 116 26 0 0.46 0.88 0.16 28.57 0.78 0.47
Hex D7 74 1A 0 2E 58 10 1D 4E 2F
Octal 327 164 32 0 56 130 20 35 116 57
Binary 11010111 1110100 11010 0 101110 1011000 10000 11101 1001110 101111

Color Harmonies of #D7741A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7741A

Black with #D7741A

Text Example


Text Example

White with #D7741A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7741A; }

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

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

background-color css

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

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

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

border-color css

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

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

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