Html Css Color HEX #D5681B Chocolate

📋 copy color: '#D5681B'

red 213 ◦ green 104 ◦ blue 27

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

Shades of Chocolate #D5681B

Tints of Chocolate #D5681B

RGB

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

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

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

R = 61.92%
G = 30.23%
B = 7.85%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D5681B (or 0xD5681B) is known color: Chocolate. HEX triplet: D5, 68 and 1B. RGB value is (213,104,27). Sum of RGB (Red+Green+Blue) = 213+104+27=344 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.92% from 344); Green value is 104 (41.02% from 255 or 30.23% from 344); Blue value is 27 (10.94% from 255 or 7.85% from 344); Max value from RGB is 213 - color contains mainly: red. Hex color #D5681B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5681B is #2A97E4. Grayscale: #808080. Windows color (decimal): -2791397 or 1796309. OLE color: 1796309.

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

Color convert

RGB 213 104 27 -
CMYK 0 0.51 0.87 0.16
HSL 24.84º 0.78% 0.47% -
HSV(B) 24.84º 0.87% 0.84% -
XYZ 32.59 24.13 3.98 -
YUV 127.81 71.11 188.76 -
System Red Green Blue C M Y K H S L
Decimal 213 104 27 0 0.51 0.87 0.16 24.84 0.78 0.47
Hex D5 68 1B 0 33 57 10 19 4E 2F
Octal 325 150 33 0 63 127 20 31 116 57
Binary 11010101 1101000 11011 0 110011 1010111 10000 11001 1001110 101111

Color Harmonies of #D5681B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5681B

Black with #D5681B

Text Example


Text Example

White with #D5681B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5681B; }

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

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

background-color css

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

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

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

border-color css

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

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

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