Html Css Color HEX #DEC344 Confetti

📋 copy color: '#DEC344'

red 222 ◦ green 195 ◦ blue 68

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

Shades of Confetti #DEC344

Tints of Confetti #DEC344

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.21%

 BLUE value IS 68 (26.95% from 255) = 14.02%

R = 45.77%
G = 40.21%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DEC344 (or 0xDEC344) is known color: Confetti. HEX triplet: DE, C3 and 44. RGB value is (222,195,68). Sum of RGB (Red+Green+Blue) = 222+195+68=485 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.77% from 485); Green value is 195 (76.56% from 255 or 40.21% from 485); Blue value is 68 (26.95% from 255 or 14.02% from 485); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC344 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC344 is #213CBB. Grayscale: #BDBDBD. Windows color (decimal): -2178236 or 4506590. OLE color: 4506590.

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

Color convert

RGB 222 195 68 -
CMYK 0 0.12 0.69 0.13
HSL 49.48º 0.7% 0.57% -
HSV(B) 49.48º 0.69% 0.87% -
XYZ 50.68 54.98 13.41 -
YUV 188.6 59.95 151.83 -
System Red Green Blue C M Y K H S L
Decimal 222 195 68 0 0.12 0.69 0.13 49.48 0.7 0.57
Hex DE C3 44 0 C 45 D 31 46 39
Octal 336 303 104 0 14 105 15 61 106 71
Binary 11011110 11000011 1000100 0 1100 1000101 1101 110001 1000110 111001

Color Harmonies of #DEC344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC344

Black with #DEC344

Text Example


Text Example

White with #DEC344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC344; }

 p { color: rgb(222,195,68); }

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

background-color css

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

 a { background-color: rgb(222,195,68); }

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

border-color css

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

 span { border-color: rgb(222,195,68); }

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