Html Css Color HEX #D7701B Chocolate

📋 copy color: '#D7701B'

red 215 ◦ green 112 ◦ blue 27

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

Shades of Chocolate #D7701B

Tints of Chocolate #D7701B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.64%

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

R = 60.73%
G = 31.64%
B = 7.63%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D7701B (or 0xD7701B) is known color: Chocolate. HEX triplet: D7, 70 and 1B. RGB value is (215,112,27). Sum of RGB (Red+Green+Blue) = 215+112+27=354 (46% of max value = 765). Red value is 215 (84.38% from 255 or 60.73% from 354); Green value is 112 (44.14% from 255 or 31.64% from 354); Blue value is 27 (10.94% from 255 or 7.63% from 354); Max value from RGB is 215 - color contains mainly: red. Hex color #D7701B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7701B is #288FE4. Grayscale: #858585. Windows color (decimal): -2658277 or 1798359. OLE color: 1798359.

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

Color convert

RGB 215 112 27 -
CMYK 0 0.48 0.87 0.16
HSL 27.13º 0.78% 0.47% -
HSV(B) 27.13º 0.87% 0.84% -
XYZ 34.02 26.11 4.28 -
YUV 133.11 68.12 186.41 -
System Red Green Blue C M Y K H S L
Decimal 215 112 27 0 0.48 0.87 0.16 27.13 0.78 0.47
Hex D7 70 1B 0 30 57 10 1B 4E 2F
Octal 327 160 33 0 60 127 20 33 116 57
Binary 11010111 1110000 11011 0 110000 1010111 10000 11011 1001110 101111

Color Harmonies of #D7701B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7701B

Black with #D7701B

Text Example


Text Example

White with #D7701B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7701B; }

 p { color: rgb(215,112,27); }

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

background-color css

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

 a { background-color: rgb(215,112,27); }

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

border-color css

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

 span { border-color: rgb(215,112,27); }

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