Html Css Color HEX #DE631B Chocolate

📋 copy color: '#DE631B'

red 222 ◦ green 99 ◦ blue 27

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

Shades of Chocolate #DE631B

Tints of Chocolate #DE631B

RGB

 RED value IS 222 (87.11% from 255) = 63.79%

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

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

R = 63.79%
G = 28.45%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DE631B (or 0xDE631B) is known color: Chocolate. HEX triplet: DE, 63 and 1B. RGB value is (222,99,27). Sum of RGB (Red+Green+Blue) = 222+99+27=348 (46% of max value = 765). Red value is 222 (87.11% from 255 or 63.79% from 348); Green value is 99 (39.06% from 255 or 28.45% from 348); Blue value is 27 (10.94% from 255 or 7.76% from 348); Max value from RGB is 222 - color contains mainly: red. Hex color #DE631B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE631B is #219CE4. Grayscale: #7F7F7F. Windows color (decimal): -2202853 or 1795038. OLE color: 1795038.

HSL color Cylindrical-coordinate representation of color #DE631B: hue angle of 22.15º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DE631B is Cyan = 0, Magento = 0.55, Yellow = 0.88 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 99 27 -
CMYK 0 0.55 0.88 0.13
HSL 22.15º 0.78% 0.49% -
HSV(B) 22.15º 0.88% 0.87% -
XYZ 34.78 24.53 3.94 -
YUV 127.57 71.25 195.35 -
System Red Green Blue C M Y K H S L
Decimal 222 99 27 0 0.55 0.88 0.13 22.15 0.78 0.49
Hex DE 63 1B 0 37 58 D 16 4E 31
Octal 336 143 33 0 67 130 15 26 116 61
Binary 11011110 1100011 11011 0 110111 1011000 1101 10110 1001110 110001

Color Harmonies of #DE631B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE631B

Black with #DE631B

Text Example


Text Example

White with #DE631B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE631B; }

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

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

background-color css

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

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

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

border-color css

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

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

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