Html Css Color HEX #DE671C Chocolate

📋 copy color: '#DE671C'

red 222 ◦ green 103 ◦ blue 28

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

Shades of Chocolate #DE671C

Tints of Chocolate #DE671C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.18%

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

R = 62.89%
G = 29.18%
B = 7.93%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DE671C (or 0xDE671C) is known color: Chocolate. HEX triplet: DE, 67 and 1C. RGB value is (222,103,28). Sum of RGB (Red+Green+Blue) = 222+103+28=353 (46% of max value = 765). Red value is 222 (87.11% from 255 or 62.89% from 353); Green value is 103 (40.62% from 255 or 29.18% from 353); Blue value is 28 (11.33% from 255 or 7.93% from 353); Max value from RGB is 222 - color contains mainly: red. Hex color #DE671C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE671C is #2198E3. Grayscale: #828282. Windows color (decimal): -2201828 or 1861598. OLE color: 1861598.

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

Color convert

RGB 222 103 28 -
CMYK 0 0.54 0.87 0.13
HSL 23.2º 0.78% 0.49% -
HSV(B) 23.2º 0.87% 0.87% -
XYZ 35.18 25.31 4.13 -
YUV 130.03 70.42 193.6 -
System Red Green Blue C M Y K H S L
Decimal 222 103 28 0 0.54 0.87 0.13 23.2 0.78 0.49
Hex DE 67 1C 0 36 57 D 17 4E 31
Octal 336 147 34 0 66 127 15 27 116 61
Binary 11011110 1100111 11100 0 110110 1010111 1101 10111 1001110 110001

Color Harmonies of #DE671C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE671C

Black with #DE671C

Text Example


Text Example

White with #DE671C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE671C; }

 p { color: rgb(222,103,28); }

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

background-color css

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

 a { background-color: rgb(222,103,28); }

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

border-color css

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

 span { border-color: rgb(222,103,28); }

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