Html Css Color HEX #D0621E Chocolate

📋 copy color: '#D0621E'

red 208 ◦ green 98 ◦ blue 30

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

Shades of Chocolate #D0621E

Tints of Chocolate #D0621E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.93%

R = 61.9%
G = 29.17%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D0621E (or 0xD0621E) is known color: Chocolate. HEX triplet: D0, 62 and 1E. RGB value is (208,98,30). Sum of RGB (Red+Green+Blue) = 208+98+30=336 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.90% from 336); Green value is 98 (38.67% from 255 or 29.17% from 336); Blue value is 30 (12.11% from 255 or 8.93% from 336); Max value from RGB is 208 - color contains mainly: red. Hex color #D0621E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0621E is #2F9DE1. Grayscale: #7B7B7B. Windows color (decimal): -3120610 or 1991376. OLE color: 1991376.

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

Color convert

RGB 208 98 30 -
CMYK 0 0.53 0.86 0.18
HSL 22.92º 0.75% 0.47% -
HSV(B) 22.92º 0.86% 0.82% -
XYZ 30.61 22.24 3.91 -
YUV 123.14 75.44 188.53 -
System Red Green Blue C M Y K H S L
Decimal 208 98 30 0 0.53 0.86 0.18 22.92 0.75 0.47
Hex D0 62 1E 0 35 56 12 17 4B 2F
Octal 320 142 36 0 65 126 22 27 113 57
Binary 11010000 1100010 11110 0 110101 1010110 10010 10111 1001011 101111

Color Harmonies of #D0621E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0621E

Black with #D0621E

Text Example


Text Example

White with #D0621E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0621E; }

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

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

background-color css

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

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

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

border-color css

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

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

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