Html Css Color HEX #DECC46 Confetti

📋 copy color: '#DECC46'

red 222 ◦ green 204 ◦ blue 70

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

Shades of Confetti #DECC46

Tints of Confetti #DECC46

RGB

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

 GREEN value IS 204 (80.08% from 255) = 41.13%

 BLUE value IS 70 (27.73% from 255) = 14.11%

R = 44.76%
G = 41.13%
B = 14.11%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DECC46 (or 0xDECC46) is known color: Confetti. HEX triplet: DE, CC and 46. RGB value is (222,204,70). Sum of RGB (Red+Green+Blue) = 222+204+70=496 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.76% from 496); Green value is 204 (80.08% from 255 or 41.13% from 496); Blue value is 70 (27.73% from 255 or 14.11% from 496); Max value from RGB is 222 - color contains mainly: red. Hex color #DECC46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DECC46 is #2133B9. Grayscale: #C2C2C2. Windows color (decimal): -2175930 or 4639966. OLE color: 4639966.

HSL color Cylindrical-coordinate representation of color #DECC46: hue angle of 52.89º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DECC46 is Cyan = 0, Magento = 0.08, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 204 70 -
CMYK 0 0.08 0.68 0.13
HSL 52.89º 0.7% 0.57% -
HSV(B) 52.89º 0.68% 0.87% -
XYZ 52.82 59.16 14.43 -
YUV 194.11 57.96 147.9 -
System Red Green Blue C M Y K H S L
Decimal 222 204 70 0 0.08 0.68 0.13 52.89 0.7 0.57
Hex DE CC 46 0 8 44 D 35 46 39
Octal 336 314 106 0 10 104 15 65 106 71
Binary 11011110 11001100 1000110 0 1000 1000100 1101 110101 1000110 111001

Color Harmonies of #DECC46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DECC46

Black with #DECC46

Text Example


Text Example

White with #DECC46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DECC46; }

 p { color: rgb(222,204,70); }

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

background-color css

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

 a { background-color: rgb(222,204,70); }

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

border-color css

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

 span { border-color: rgb(222,204,70); }

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