Html Css Color HEX #DECD47 Confetti

📋 copy color: '#DECD47'

red 222 ◦ green 205 ◦ blue 71

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

Shades of Confetti #DECD47

Tints of Confetti #DECD47

RGB

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

 GREEN value IS 205 (80.47% from 255) = 41.16%

 BLUE value IS 71 (28.13% from 255) = 14.26%

R = 44.58%
G = 41.16%
B = 14.26%

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

#DECD47 (or 0xDECD47) is known color: Confetti. HEX triplet: DE, CD and 47. RGB value is (222,205,71). Sum of RGB (Red+Green+Blue) = 222+205+71=498 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.58% from 498); Green value is 205 (80.47% from 255 or 41.16% from 498); Blue value is 71 (28.12% from 255 or 14.26% from 498); Max value from RGB is 222 - color contains mainly: red. Hex color #DECD47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DECD47 is #2132B8. Grayscale: #C3C3C3. Windows color (decimal): -2175673 or 4705758. OLE color: 4705758.

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

Color convert

RGB 222 205 71 -
CMYK 0 0.08 0.68 0.13
HSL 53.25º 0.7% 0.57% -
HSV(B) 53.25º 0.68% 0.87% -
XYZ 53.09 59.65 14.68 -
YUV 194.81 58.13 147.4 -
System Red Green Blue C M Y K H S L
Decimal 222 205 71 0 0.08 0.68 0.13 53.25 0.7 0.57
Hex DE CD 47 0 8 44 D 35 46 39
Octal 336 315 107 0 10 104 15 65 106 71
Binary 11011110 11001101 1000111 0 1000 1000100 1101 110101 1000110 111001

Color Harmonies of #DECD47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DECD47

Black with #DECD47

Text Example


Text Example

White with #DECD47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DECD47; }

 p { color: rgb(222,205,71); }

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

background-color css

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

 a { background-color: rgb(222,205,71); }

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

border-color css

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

 span { border-color: rgb(222,205,71); }

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