Html Css Color HEX #DE6B1B Chocolate

📋 copy color: '#DE6B1B'

red 222 ◦ green 107 ◦ blue 27

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

Shades of Chocolate #DE6B1B

Tints of Chocolate #DE6B1B

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.06%

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

R = 62.36%
G = 30.06%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DE6B1B (or 0xDE6B1B) is known color: Chocolate. HEX triplet: DE, 6B and 1B. RGB value is (222,107,27). Sum of RGB (Red+Green+Blue) = 222+107+27=356 (47% of max value = 765). Red value is 222 (87.11% from 255 or 62.36% from 356); Green value is 107 (42.19% from 255 or 30.06% from 356); Blue value is 27 (10.94% from 255 or 7.58% from 356); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6B1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE6B1B is #2194E4. Grayscale: #848484. Windows color (decimal): -2200805 or 1797086. OLE color: 1797086.

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

Color convert

RGB 222 107 27 -
CMYK 0 0.52 0.88 0.13
HSL 24.62º 0.78% 0.49% -
HSV(B) 24.62º 0.88% 0.87% -
XYZ 35.58 26.12 4.2 -
YUV 132.27 68.6 192 -
System Red Green Blue C M Y K H S L
Decimal 222 107 27 0 0.52 0.88 0.13 24.62 0.78 0.49
Hex DE 6B 1B 0 34 58 D 19 4E 31
Octal 336 153 33 0 64 130 15 31 116 61
Binary 11011110 1101011 11011 0 110100 1011000 1101 11001 1001110 110001

Color Harmonies of #DE6B1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6B1B

Black with #DE6B1B

Text Example


Text Example

White with #DE6B1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6B1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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