Html Css Color HEX #DE6C1B Chocolate

📋 copy color: '#DE6C1B'

red 222 ◦ green 108 ◦ blue 27

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

Shades of Chocolate #DE6C1B

Tints of Chocolate #DE6C1B

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.25%

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

R = 62.18%
G = 30.25%
B = 7.56%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DE6C1B (or 0xDE6C1B) is known color: Chocolate. HEX triplet: DE, 6C and 1B. RGB value is (222,108,27). Sum of RGB (Red+Green+Blue) = 222+108+27=357 (47% of max value = 765). Red value is 222 (87.11% from 255 or 62.18% from 357); Green value is 108 (42.58% from 255 or 30.25% from 357); Blue value is 27 (10.94% from 255 or 7.56% from 357); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6C1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE6C1B is #2193E4. Grayscale: #858585. Windows color (decimal): -2200549 or 1797342. OLE color: 1797342.

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

Color convert

RGB 222 108 27 -
CMYK 0 0.51 0.88 0.13
HSL 24.92º 0.78% 0.49% -
HSV(B) 24.92º 0.88% 0.87% -
XYZ 35.68 26.33 4.24 -
YUV 132.85 68.27 191.59 -
System Red Green Blue C M Y K H S L
Decimal 222 108 27 0 0.51 0.88 0.13 24.92 0.78 0.49
Hex DE 6C 1B 0 33 58 D 19 4E 31
Octal 336 154 33 0 63 130 15 31 116 61
Binary 11011110 1101100 11011 0 110011 1011000 1101 11001 1001110 110001

Color Harmonies of #DE6C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6C1B

Black with #DE6C1B

Text Example


Text Example

White with #DE6C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6C1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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