Html Css Color HEX #DECA58 Confetti

📋 copy color: '#DECA58'

red 222 ◦ green 202 ◦ blue 88

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

Shades of Confetti #DECA58

Tints of Confetti #DECA58

RGB

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

 GREEN value IS 202 (79.3% from 255) = 39.45%

 BLUE value IS 88 (34.77% from 255) = 17.19%

R = 43.36%
G = 39.45%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DECA58 (or 0xDECA58) is known color: Confetti. HEX triplet: DE, CA and 58. RGB value is (222,202,88). Sum of RGB (Red+Green+Blue) = 222+202+88=512 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.36% from 512); Green value is 202 (79.30% from 255 or 39.45% from 512); Blue value is 88 (34.77% from 255 or 17.19% from 512); Max value from RGB is 222 - color contains mainly: red. Hex color #DECA58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECA58 is #2135A7. Grayscale: #C3C3C3. Windows color (decimal): -2176424 or 5819102. OLE color: 5819102.

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

Color convert

RGB 222 202 88 -
CMYK 0 0.09 0.60 0.13
HSL 51.04º 0.67% 0.61% -
HSV(B) 51.04º 0.6% 0.87% -
XYZ 53.01 58.48 17.73 -
YUV 194.98 67.63 147.27 -
System Red Green Blue C M Y K H S L
Decimal 222 202 88 0 0.09 0.60 0.13 51.04 0.67 0.61
Hex DE CA 58 0 9 3C D 33 43 3D
Octal 336 312 130 0 11 74 15 63 103 75
Binary 11011110 11001010 1011000 0 1001 111100 1101 110011 1000011 111101

Color Harmonies of #DECA58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DECA58

Black with #DECA58

Text Example


Text Example

White with #DECA58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DECA58; }

 p { color: rgb(222,202,88); }

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

background-color css

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

 a { background-color: rgb(222,202,88); }

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

border-color css

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

 span { border-color: rgb(222,202,88); }

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