Html Css Color HEX #DE670F Chocolate

📋 copy color: '#DE670F'

red 222 ◦ green 103 ◦ blue 15

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

Shades of Chocolate #DE670F

Tints of Chocolate #DE670F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.41%

R = 65.29%
G = 30.29%
B = 4.41%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DE670F (or 0xDE670F) is known color: Chocolate. HEX triplet: DE, 67 and 0F. RGB value is (222,103,15). Sum of RGB (Red+Green+Blue) = 222+103+15=340 (45% of max value = 765). Red value is 222 (87.11% from 255 or 65.29% from 340); Green value is 103 (40.62% from 255 or 30.29% from 340); Blue value is 15 (6.25% from 255 or 4.41% from 340); Max value from RGB is 222 - color contains mainly: red. Hex color #DE670F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE670F is #2198F0. Grayscale: #818181. Windows color (decimal): -2201841 or 1009630. OLE color: 1009630.

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

Color convert

RGB 222 103 15 -
CMYK 0 0.54 0.93 0.13
HSL 25.51º 0.87% 0.46% -
HSV(B) 25.51º 0.93% 0.87% -
XYZ 35.06 25.26 3.48 -
YUV 128.55 63.92 194.66 -
System Red Green Blue C M Y K H S L
Decimal 222 103 15 0 0.54 0.93 0.13 25.51 0.87 0.46
Hex DE 67 F 0 36 5D D 1A 57 2E
Octal 336 147 17 0 66 135 15 32 127 56
Binary 11011110 1100111 1111 0 110110 1011101 1101 11010 1010111 101110

Color Harmonies of #DE670F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE670F

Black with #DE670F

Text Example


Text Example

White with #DE670F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE670F; }

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

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

background-color css

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

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

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

border-color css

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

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

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