Html Css Color HEX #DEC34F Confetti

📋 copy color: '#DEC34F'

red 222 ◦ green 195 ◦ blue 79

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

Shades of Confetti #DEC34F

Tints of Confetti #DEC34F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 15.93%

R = 44.76%
G = 39.31%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DEC34F (or 0xDEC34F) is known color: Confetti. HEX triplet: DE, C3 and 4F. RGB value is (222,195,79). Sum of RGB (Red+Green+Blue) = 222+195+79=496 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.76% from 496); Green value is 195 (76.56% from 255 or 39.31% from 496); Blue value is 79 (31.25% from 255 or 15.93% from 496); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC34F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC34F is #213CB0. Grayscale: #BEBEBE. Windows color (decimal): -2178225 or 5227486. OLE color: 5227486.

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

Color convert

RGB 222 195 79 -
CMYK 0 0.12 0.64 0.13
HSL 48.67º 0.68% 0.59% -
HSV(B) 48.67º 0.64% 0.87% -
XYZ 51.05 55.12 15.35 -
YUV 189.85 65.45 150.93 -
System Red Green Blue C M Y K H S L
Decimal 222 195 79 0 0.12 0.64 0.13 48.67 0.68 0.59
Hex DE C3 4F 0 C 40 D 31 44 3B
Octal 336 303 117 0 14 100 15 61 104 73
Binary 11011110 11000011 1001111 0 1100 1000000 1101 110001 1000100 111011

Color Harmonies of #DEC34F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC34F

Black with #DEC34F

Text Example


Text Example

White with #DEC34F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC34F; }

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

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

background-color css

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

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

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

border-color css

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

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

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