Html Css Color HEX #DEC954 Confetti

📋 copy color: '#DEC954'

red 222 ◦ green 201 ◦ blue 84

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

Shades of Confetti #DEC954

Tints of Confetti #DEC954

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 16.57%

R = 43.79%
G = 39.64%
B = 16.57%

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

#DEC954 (or 0xDEC954) is known color: Confetti. HEX triplet: DE, C9 and 54. RGB value is (222,201,84). Sum of RGB (Red+Green+Blue) = 222+201+84=507 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.79% from 507); Green value is 201 (78.91% from 255 or 39.64% from 507); Blue value is 84 (33.20% from 255 or 16.57% from 507); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC954 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC954 is #2136AB. Grayscale: #C2C2C2. Windows color (decimal): -2176684 or 5556702. OLE color: 5556702.

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

Color convert

RGB 222 201 84 -
CMYK 0 0.09 0.62 0.13
HSL 50.87º 0.68% 0.6% -
HSV(B) 50.87º 0.62% 0.87% -
XYZ 52.61 57.94 16.8 -
YUV 193.94 65.96 148.01 -
System Red Green Blue C M Y K H S L
Decimal 222 201 84 0 0.09 0.62 0.13 50.87 0.68 0.6
Hex DE C9 54 0 9 3E D 33 44 3C
Octal 336 311 124 0 11 76 15 63 104 74
Binary 11011110 11001001 1010100 0 1001 111110 1101 110011 1000100 111100

Color Harmonies of #DEC954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC954

Black with #DEC954

Text Example


Text Example

White with #DEC954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC954; }

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

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

background-color css

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

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

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

border-color css

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

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

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