Html Css Color HEX #D0621B Chocolate

📋 copy color: '#D0621B'

red 208 ◦ green 98 ◦ blue 27

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

Shades of Chocolate #D0621B

Tints of Chocolate #D0621B

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.43%

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

R = 62.46%
G = 29.43%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D0621B (or 0xD0621B) is known color: Chocolate. HEX triplet: D0, 62 and 1B. RGB value is (208,98,27). Sum of RGB (Red+Green+Blue) = 208+98+27=333 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.46% from 333); Green value is 98 (38.67% from 255 or 29.43% from 333); Blue value is 27 (10.94% from 255 or 8.11% from 333); Max value from RGB is 208 - color contains mainly: red. Hex color #D0621B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0621B is #2F9DE4. Grayscale: #7B7B7B. Windows color (decimal): -3120613 or 1794768. OLE color: 1794768.

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

Color convert

RGB 208 98 27 -
CMYK 0 0.53 0.87 0.18
HSL 23.54º 0.77% 0.46% -
HSV(B) 23.54º 0.87% 0.82% -
XYZ 30.58 22.22 3.72 -
YUV 122.8 73.94 188.77 -
System Red Green Blue C M Y K H S L
Decimal 208 98 27 0 0.53 0.87 0.18 23.54 0.77 0.46
Hex D0 62 1B 0 35 57 12 18 4D 2E
Octal 320 142 33 0 65 127 22 30 115 56
Binary 11010000 1100010 11011 0 110101 1010111 10010 11000 1001101 101110

Color Harmonies of #D0621B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0621B

Black with #D0621B

Text Example


Text Example

White with #D0621B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0621B; }

 p { color: rgb(208,98,27); }

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

background-color css

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

 a { background-color: rgb(208,98,27); }

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

border-color css

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

 span { border-color: rgb(208,98,27); }

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