Html Css Color HEX #DE651B Chocolate

📋 copy color: '#DE651B'

red 222 ◦ green 101 ◦ blue 27

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

Shades of Chocolate #DE651B

Tints of Chocolate #DE651B

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.86%

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

R = 63.43%
G = 28.86%
B = 7.71%

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

#DE651B (or 0xDE651B) is known color: Chocolate. HEX triplet: DE, 65 and 1B. RGB value is (222,101,27). Sum of RGB (Red+Green+Blue) = 222+101+27=350 (46% of max value = 765). Red value is 222 (87.11% from 255 or 63.43% from 350); Green value is 101 (39.84% from 255 or 28.86% from 350); Blue value is 27 (10.94% from 255 or 7.71% from 350); Max value from RGB is 222 - color contains mainly: red. Hex color #DE651B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE651B is #219AE4. Grayscale: #818181. Windows color (decimal): -2202341 or 1795550. OLE color: 1795550.

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

Color convert

RGB 222 101 27 -
CMYK 0 0.55 0.88 0.13
HSL 22.77º 0.78% 0.49% -
HSV(B) 22.77º 0.88% 0.87% -
XYZ 34.98 24.92 4 -
YUV 128.74 70.59 194.52 -
System Red Green Blue C M Y K H S L
Decimal 222 101 27 0 0.55 0.88 0.13 22.77 0.78 0.49
Hex DE 65 1B 0 37 58 D 17 4E 31
Octal 336 145 33 0 67 130 15 27 116 61
Binary 11011110 1100101 11011 0 110111 1011000 1101 10111 1001110 110001

Color Harmonies of #DE651B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE651B

Black with #DE651B

Text Example


Text Example

White with #DE651B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE651B; }

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

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

background-color css

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

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

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

border-color css

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

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

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