Html Css Color HEX #D0551D Chocolate

📋 copy color: '#D0551D'

red 208 ◦ green 85 ◦ blue 29

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

Shades of Chocolate #D0551D

Tints of Chocolate #D0551D

RGB

 RED value IS 208 (81.64% from 255) = 64.6%

 GREEN value IS 85 (33.59% from 255) = 26.4%

 BLUE value IS 29 (11.72% from 255) = 9.01%

R = 64.6%
G = 26.4%
B = 9.01%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D0551D (or 0xD0551D) is known color: Chocolate. HEX triplet: D0, 55 and 1D. RGB value is (208,85,29). Sum of RGB (Red+Green+Blue) = 208+85+29=322 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.60% from 322); Green value is 85 (33.59% from 255 or 26.40% from 322); Blue value is 29 (11.72% from 255 or 9.01% from 322); Max value from RGB is 208 - color contains mainly: red. Hex color #D0551D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0551D is #2FAAE2. Grayscale: #737373. Windows color (decimal): -3123939 or 1922512. OLE color: 1922512.

HSL color Cylindrical-coordinate representation of color #D0551D: hue angle of 18.77º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D0551D is Cyan = 0, Magento = 0.59, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 85 29 -
CMYK 0 0.59 0.86 0.18
HSL 18.77º 0.76% 0.46% -
HSV(B) 18.77º 0.86% 0.82% -
XYZ 29.48 20 3.47 -
YUV 115.39 79.25 194.05 -
System Red Green Blue C M Y K H S L
Decimal 208 85 29 0 0.59 0.86 0.18 18.77 0.76 0.46
Hex D0 55 1D 0 3B 56 12 13 4C 2E
Octal 320 125 35 0 73 126 22 23 114 56
Binary 11010000 1010101 11101 0 111011 1010110 10010 10011 1001100 101110

Color Harmonies of #D0551D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0551D

Black with #D0551D

Text Example


Text Example

White with #D0551D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0551D; }

 p { color: rgb(208,85,29); }

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

background-color css

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

 a { background-color: rgb(208,85,29); }

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

border-color css

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

 span { border-color: rgb(208,85,29); }

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