Html Css Color HEX #DEC155 Cream Can

📋 copy color: '#DEC155'

red 222 ◦ green 193 ◦ blue 85

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

Shades of Cream Can #DEC155

Tints of Cream Can #DEC155

RGB

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

 GREEN value IS 193 (75.78% from 255) = 38.6%

 BLUE value IS 85 (33.59% from 255) = 17%

R = 44.4%
G = 38.6%
B = 17%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DEC155 (or 0xDEC155) is known color: Cream Can. HEX triplet: DE, C1 and 55. RGB value is (222,193,85). Sum of RGB (Red+Green+Blue) = 222+193+85=500 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.4% from 500); Green value is 193 (75.78% from 255 or 38.6% from 500); Blue value is 85 (33.59% from 255 or 17% from 500); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC155 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC155 is #213EAA. Grayscale: #BDBDBD. Windows color (decimal): -2178731 or 5620190. OLE color: 5620190.

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

Color convert

RGB 222 193 85 -
CMYK 0 0.13 0.62 0.13
HSL 47.3º 0.67% 0.6% -
HSV(B) 47.3º 0.62% 0.87% -
XYZ 50.83 54.33 16.4 -
YUV 189.36 69.11 151.28 -
System Red Green Blue C M Y K H S L
Decimal 222 193 85 0 0.13 0.62 0.13 47.3 0.67 0.6
Hex DE C1 55 0 D 3E D 2F 43 3C
Octal 336 301 125 0 15 76 15 57 103 74
Binary 11011110 11000001 1010101 0 1101 111110 1101 101111 1000011 111100

Color Harmonies of #DEC155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC155

Black with #DEC155

Text Example


Text Example

White with #DEC155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC155; }

 p { color: rgb(222,193,85); }

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

background-color css

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

 a { background-color: rgb(222,193,85); }

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

border-color css

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

 span { border-color: rgb(222,193,85); }

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