Html Css Color HEX #D0631E Chocolate

📋 copy color: '#D0631E'

red 208 ◦ green 99 ◦ blue 30

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

Shades of Chocolate #D0631E

Tints of Chocolate #D0631E

RGB

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

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

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

R = 61.72%
G = 29.38%
B = 8.9%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D0631E (or 0xD0631E) is known color: Chocolate. HEX triplet: D0, 63 and 1E. RGB value is (208,99,30). Sum of RGB (Red+Green+Blue) = 208+99+30=337 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.72% from 337); Green value is 99 (39.06% from 255 or 29.38% from 337); Blue value is 30 (12.11% from 255 or 8.90% from 337); Max value from RGB is 208 - color contains mainly: red. Hex color #D0631E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0631E is #2F9CE1. Grayscale: #7C7C7C. Windows color (decimal): -3120354 or 1991632. OLE color: 1991632.

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

Color convert

RGB 208 99 30 -
CMYK 0 0.52 0.86 0.18
HSL 23.26º 0.75% 0.47% -
HSV(B) 23.26º 0.86% 0.82% -
XYZ 30.71 22.43 3.94 -
YUV 123.73 75.11 188.11 -
System Red Green Blue C M Y K H S L
Decimal 208 99 30 0 0.52 0.86 0.18 23.26 0.75 0.47
Hex D0 63 1E 0 34 56 12 17 4B 2F
Octal 320 143 36 0 64 126 22 27 113 57
Binary 11010000 1100011 11110 0 110100 1010110 10010 10111 1001011 101111

Color Harmonies of #D0631E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0631E

Black with #D0631E

Text Example


Text Example

White with #D0631E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0631E; }

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

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

background-color css

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

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

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

border-color css

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

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

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