Html Css Color HEX #D36714 Chocolate

📋 copy color: '#D36714'

red 211 ◦ green 103 ◦ blue 20

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

Shades of Chocolate #D36714

Tints of Chocolate #D36714

RGB

 RED value IS 211 (82.81% from 255) = 63.17%

 GREEN value IS 103 (40.63% from 255) = 30.84%

 BLUE value IS 20 (8.2% from 255) = 5.99%

R = 63.17%
G = 30.84%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#D36714 (or 0xD36714) is known color: Chocolate. HEX triplet: D3, 67 and 14. RGB value is (211,103,20). Sum of RGB (Red+Green+Blue) = 211+103+20=334 (44% of max value = 765). Red value is 211 (82.81% from 255 or 63.17% from 334); Green value is 103 (40.62% from 255 or 30.84% from 334); Blue value is 20 (8.20% from 255 or 5.99% from 334); Max value from RGB is 211 - color contains mainly: red. Hex color #D36714 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D36714 is #2C98EB. Grayscale: #7E7E7E. Windows color (decimal): -2922732 or 1337299. OLE color: 1337299.

HSL color Cylindrical-coordinate representation of color #D36714: hue angle of 26.07º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D36714 is Cyan = 0, Magento = 0.51, Yellow = 0.91 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 103 20 -
CMYK 0 0.51 0.91 0.17
HSL 26.07º 0.83% 0.45% -
HSV(B) 26.07º 0.91% 0.83% -
XYZ 31.84 23.6 3.54 -
YUV 125.83 68.28 188.75 -
System Red Green Blue C M Y K H S L
Decimal 211 103 20 0 0.51 0.91 0.17 26.07 0.83 0.45
Hex D3 67 14 0 33 5B 11 1A 53 2D
Octal 323 147 24 0 63 133 21 32 123 55
Binary 11010011 1100111 10100 0 110011 1011011 10001 11010 1010011 101101

Color Harmonies of #D36714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36714

Black with #D36714

Text Example


Text Example

White with #D36714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36714; }

 p { color: rgb(211,103,20); }

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

background-color css

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

 a { background-color: rgb(211,103,20); }

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

border-color css

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

 span { border-color: rgb(211,103,20); }

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