Html Css Color HEX #D0621F Chocolate

📋 copy color: '#D0621F'

red 208 ◦ green 98 ◦ blue 31

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

Shades of Chocolate #D0621F

Tints of Chocolate #D0621F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.2%

R = 61.72%
G = 29.08%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D0621F (or 0xD0621F) is known color: Chocolate. HEX triplet: D0, 62 and 1F. RGB value is (208,98,31). Sum of RGB (Red+Green+Blue) = 208+98+31=337 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.72% from 337); Green value is 98 (38.67% from 255 or 29.08% from 337); Blue value is 31 (12.5% from 255 or 9.20% from 337); Max value from RGB is 208 - color contains mainly: red. Hex color #D0621F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0621F is #2F9DE0. Grayscale: #7B7B7B. Windows color (decimal): -3120609 or 2056912. OLE color: 2056912.

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

Color convert

RGB 208 98 31 -
CMYK 0 0.53 0.85 0.18
HSL 22.71º 0.74% 0.47% -
HSV(B) 22.71º 0.85% 0.82% -
XYZ 30.63 22.24 3.98 -
YUV 123.25 75.94 188.45 -
System Red Green Blue C M Y K H S L
Decimal 208 98 31 0 0.53 0.85 0.18 22.71 0.74 0.47
Hex D0 62 1F 0 35 55 12 17 4A 2F
Octal 320 142 37 0 65 125 22 27 112 57
Binary 11010000 1100010 11111 0 110101 1010101 10010 10111 1001010 101111

Color Harmonies of #D0621F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0621F

Black with #D0621F

Text Example


Text Example

White with #D0621F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0621F; }

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

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

background-color css

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

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

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

border-color css

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

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

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