Html Css Color HEX #D5680F Chocolate

📋 copy color: '#D5680F'

red 213 ◦ green 104 ◦ blue 15

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

Shades of Chocolate #D5680F

Tints of Chocolate #D5680F

RGB

 RED value IS 213 (83.59% from 255) = 64.16%

 GREEN value IS 104 (41.02% from 255) = 31.33%

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

R = 64.16%
G = 31.33%
B = 4.52%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D5680F (or 0xD5680F) is known color: Chocolate. HEX triplet: D5, 68 and 0F. RGB value is (213,104,15). Sum of RGB (Red+Green+Blue) = 213+104+15=332 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.16% from 332); Green value is 104 (41.02% from 255 or 31.33% from 332); Blue value is 15 (6.25% from 255 or 4.52% from 332); Max value from RGB is 213 - color contains mainly: red. Hex color #D5680F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D5680F is #2A97F0. Grayscale: #7E7E7E. Windows color (decimal): -2791409 or 1009877. OLE color: 1009877.

HSL color Cylindrical-coordinate representation of color #D5680F: hue angle of 26.97º 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 #D5680F is Cyan = 0, Magento = 0.51, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 104 15 -
CMYK 0 0.51 0.93 0.16
HSL 26.97º 0.87% 0.45% -
HSV(B) 26.97º 0.93% 0.84% -
XYZ 32.48 24.08 3.39 -
YUV 126.45 65.11 189.74 -
System Red Green Blue C M Y K H S L
Decimal 213 104 15 0 0.51 0.93 0.16 26.97 0.87 0.45
Hex D5 68 F 0 33 5D 10 1B 57 2D
Octal 325 150 17 0 63 135 20 33 127 55
Binary 11010101 1101000 1111 0 110011 1011101 10000 11011 1010111 101101

Color Harmonies of #D5680F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5680F

Black with #D5680F

Text Example


Text Example

White with #D5680F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5680F; }

 p { color: rgb(213,104,15); }

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

background-color css

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

 a { background-color: rgb(213,104,15); }

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

border-color css

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

 span { border-color: rgb(213,104,15); }

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