Html Css Color HEX #D0621C Chocolate

📋 copy color: '#D0621C'

red 208 ◦ green 98 ◦ blue 28

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

Shades of Chocolate #D0621C

Tints of Chocolate #D0621C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.38%

R = 62.28%
G = 29.34%
B = 8.38%

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

#D0621C (or 0xD0621C) is known color: Chocolate. HEX triplet: D0, 62 and 1C. RGB value is (208,98,28). Sum of RGB (Red+Green+Blue) = 208+98+28=334 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.28% from 334); Green value is 98 (38.67% from 255 or 29.34% from 334); Blue value is 28 (11.33% from 255 or 8.38% from 334); Max value from RGB is 208 - color contains mainly: red. Hex color #D0621C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0621C is #2F9DE3. Grayscale: #7B7B7B. Windows color (decimal): -3120612 or 1860304. OLE color: 1860304.

HSL color Cylindrical-coordinate representation of color #D0621C: hue angle of 23.33º degrees, saturation: 0.76, 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 #D0621C is Cyan = 0, Magento = 0.53, Yellow = 0.87 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 98 28 -
CMYK 0 0.53 0.87 0.18
HSL 23.33º 0.76% 0.46% -
HSV(B) 23.33º 0.87% 0.82% -
XYZ 30.59 22.23 3.78 -
YUV 122.91 74.44 188.69 -
System Red Green Blue C M Y K H S L
Decimal 208 98 28 0 0.53 0.87 0.18 23.33 0.76 0.46
Hex D0 62 1C 0 35 57 12 17 4C 2E
Octal 320 142 34 0 65 127 22 27 114 56
Binary 11010000 1100010 11100 0 110101 1010111 10010 10111 1001100 101110

Color Harmonies of #D0621C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0621C

Black with #D0621C

Text Example


Text Example

White with #D0621C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0621C; }

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

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

background-color css

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

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

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

border-color css

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

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

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