Html Css Color HEX #DEC955 Confetti

📋 copy color: '#DEC955'

red 222 ◦ green 201 ◦ blue 85

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

Shades of Confetti #DEC955

Tints of Confetti #DEC955

RGB

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

 GREEN value IS 201 (78.91% from 255) = 39.57%

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

R = 43.7%
G = 39.57%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DEC955 (or 0xDEC955) is known color: Confetti. HEX triplet: DE, C9 and 55. RGB value is (222,201,85). Sum of RGB (Red+Green+Blue) = 222+201+85=508 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.70% from 508); Green value is 201 (78.91% from 255 or 39.57% from 508); Blue value is 85 (33.59% from 255 or 16.73% from 508); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC955 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC955 is #2136AA. Grayscale: #C2C2C2. Windows color (decimal): -2176683 or 5622238. OLE color: 5622238.

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

Color convert

RGB 222 201 85 -
CMYK 0 0.09 0.62 0.13
HSL 50.8º 0.67% 0.6% -
HSV(B) 50.8º 0.62% 0.87% -
XYZ 52.65 57.96 17.01 -
YUV 194.06 66.46 147.93 -
System Red Green Blue C M Y K H S L
Decimal 222 201 85 0 0.09 0.62 0.13 50.8 0.67 0.6
Hex DE C9 55 0 9 3E D 33 43 3C
Octal 336 311 125 0 11 76 15 63 103 74
Binary 11011110 11001001 1010101 0 1001 111110 1101 110011 1000011 111100

Color Harmonies of #DEC955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC955

Black with #DEC955

Text Example


Text Example

White with #DEC955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC955; }

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

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

background-color css

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

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

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

border-color css

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

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

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