Html Css Color HEX #D0631B Chocolate

📋 copy color: '#D0631B'

red 208 ◦ green 99 ◦ blue 27

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

Shades of Chocolate #D0631B

Tints of Chocolate #D0631B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.08%

R = 62.28%
G = 29.64%
B = 8.08%

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

#D0631B (or 0xD0631B) is known color: Chocolate. HEX triplet: D0, 63 and 1B. RGB value is (208,99,27). Sum of RGB (Red+Green+Blue) = 208+99+27=334 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.28% from 334); Green value is 99 (39.06% from 255 or 29.64% from 334); Blue value is 27 (10.94% from 255 or 8.08% from 334); Max value from RGB is 208 - color contains mainly: red. Hex color #D0631B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0631B is #2F9CE4. Grayscale: #7B7B7B. Windows color (decimal): -3120357 or 1795024. OLE color: 1795024.

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

Color convert

RGB 208 99 27 -
CMYK 0 0.52 0.87 0.18
HSL 23.87º 0.77% 0.46% -
HSV(B) 23.87º 0.87% 0.82% -
XYZ 30.67 22.41 3.75 -
YUV 123.38 73.61 188.35 -
System Red Green Blue C M Y K H S L
Decimal 208 99 27 0 0.52 0.87 0.18 23.87 0.77 0.46
Hex D0 63 1B 0 34 57 12 18 4D 2E
Octal 320 143 33 0 64 127 22 30 115 56
Binary 11010000 1100011 11011 0 110100 1010111 10010 11000 1001101 101110

Color Harmonies of #D0631B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0631B

Black with #D0631B

Text Example


Text Example

White with #D0631B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0631B; }

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

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

background-color css

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

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

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

border-color css

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

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

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