Html Css Color HEX #D56B1B Chocolate

📋 copy color: '#D56B1B'

red 213 ◦ green 107 ◦ blue 27

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

Shades of Chocolate #D56B1B

Tints of Chocolate #D56B1B

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.84%

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

R = 61.38%
G = 30.84%
B = 7.78%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D56B1B (or 0xD56B1B) is known color: Chocolate. HEX triplet: D5, 6B and 1B. RGB value is (213,107,27). Sum of RGB (Red+Green+Blue) = 213+107+27=347 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.38% from 347); Green value is 107 (42.19% from 255 or 30.84% from 347); Blue value is 27 (10.94% from 255 or 7.78% from 347); Max value from RGB is 213 - color contains mainly: red. Hex color #D56B1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56B1B is #2A94E4. Grayscale: #828282. Windows color (decimal): -2790629 or 1797077. OLE color: 1797077.

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

Color convert

RGB 213 107 27 -
CMYK 0 0.50 0.87 0.16
HSL 25.81º 0.78% 0.47% -
HSV(B) 25.81º 0.87% 0.84% -
XYZ 32.9 24.74 4.08 -
YUV 129.57 70.12 187.5 -
System Red Green Blue C M Y K H S L
Decimal 213 107 27 0 0.50 0.87 0.16 25.81 0.78 0.47
Hex D5 6B 1B 0 32 57 10 1A 4E 2F
Octal 325 153 33 0 62 127 20 32 116 57
Binary 11010101 1101011 11011 0 110010 1010111 10000 11010 1001110 101111

Color Harmonies of #D56B1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56B1B

Black with #D56B1B

Text Example


Text Example

White with #D56B1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56B1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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