Html Css Color HEX #D0631C Chocolate

📋 copy color: '#D0631C'

red 208 ◦ green 99 ◦ blue 28

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

Shades of Chocolate #D0631C

Tints of Chocolate #D0631C

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.55%

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

R = 62.09%
G = 29.55%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D0631C (or 0xD0631C) is known color: Chocolate. HEX triplet: D0, 63 and 1C. RGB value is (208,99,28). Sum of RGB (Red+Green+Blue) = 208+99+28=335 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.09% from 335); Green value is 99 (39.06% from 255 or 29.55% from 335); Blue value is 28 (11.33% from 255 or 8.36% from 335); Max value from RGB is 208 - color contains mainly: red. Hex color #D0631C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0631C is #2F9CE3. Grayscale: #7B7B7B. Windows color (decimal): -3120356 or 1860560. OLE color: 1860560.

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

Color convert

RGB 208 99 28 -
CMYK 0 0.52 0.87 0.18
HSL 23.67º 0.76% 0.46% -
HSV(B) 23.67º 0.87% 0.82% -
XYZ 30.68 22.42 3.81 -
YUV 123.5 74.11 188.27 -
System Red Green Blue C M Y K H S L
Decimal 208 99 28 0 0.52 0.87 0.18 23.67 0.76 0.46
Hex D0 63 1C 0 34 57 12 18 4C 2E
Octal 320 143 34 0 64 127 22 30 114 56
Binary 11010000 1100011 11100 0 110100 1010111 10010 11000 1001100 101110

Color Harmonies of #D0631C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0631C

Black with #D0631C

Text Example


Text Example

White with #D0631C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0631C; }

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

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

background-color css

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

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

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

border-color css

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

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

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