Html Css Color HEX #D7750F Chocolate

📋 copy color: '#D7750F'

red 215 ◦ green 117 ◦ blue 15

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

Shades of Chocolate #D7750F

Tints of Chocolate #D7750F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.72%

 BLUE value IS 15 (6.25% from 255) = 4.32%

R = 61.96%
G = 33.72%
B = 4.32%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D7750F (or 0xD7750F) is known color: Chocolate. HEX triplet: D7, 75 and 0F. RGB value is (215,117,15). Sum of RGB (Red+Green+Blue) = 215+117+15=347 (45% of max value = 765). Red value is 215 (84.38% from 255 or 61.96% from 347); Green value is 117 (46.09% from 255 or 33.72% from 347); Blue value is 15 (6.25% from 255 or 4.32% from 347); Max value from RGB is 215 - color contains mainly: red. Hex color #D7750F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D7750F is #288AF0. Grayscale: #878787. Windows color (decimal): -2657009 or 1013207. OLE color: 1013207.

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

Color convert

RGB 215 117 15 -
CMYK 0 0.46 0.93 0.16
HSL 30.6º 0.87% 0.45% -
HSV(B) 30.6º 0.93% 0.84% -
XYZ 34.47 27.2 3.89 -
YUV 134.67 60.47 185.29 -
System Red Green Blue C M Y K H S L
Decimal 215 117 15 0 0.46 0.93 0.16 30.6 0.87 0.45
Hex D7 75 F 0 2E 5D 10 1F 57 2D
Octal 327 165 17 0 56 135 20 37 127 55
Binary 11010111 1110101 1111 0 101110 1011101 10000 11111 1010111 101101

Color Harmonies of #D7750F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7750F

Black with #D7750F

Text Example


Text Example

White with #D7750F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7750F; }

 p { color: rgb(215,117,15); }

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

background-color css

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

 a { background-color: rgb(215,117,15); }

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

border-color css

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

 span { border-color: rgb(215,117,15); }

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