Html Css Color HEX #DEC34C Confetti

📋 copy color: '#DEC34C'

red 222 ◦ green 195 ◦ blue 76

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

Shades of Confetti #DEC34C

Tints of Confetti #DEC34C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 15.42%

R = 45.03%
G = 39.55%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DEC34C (or 0xDEC34C) is known color: Confetti. HEX triplet: DE, C3 and 4C. RGB value is (222,195,76). Sum of RGB (Red+Green+Blue) = 222+195+76=493 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.03% from 493); Green value is 195 (76.56% from 255 or 39.55% from 493); Blue value is 76 (30.08% from 255 or 15.42% from 493); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC34C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC34C is #213CB3. Grayscale: #BEBEBE. Windows color (decimal): -2178228 or 5030878. OLE color: 5030878.

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

Color convert

RGB 222 195 76 -
CMYK 0 0.12 0.66 0.13
HSL 48.9º 0.69% 0.58% -
HSV(B) 48.9º 0.66% 0.87% -
XYZ 50.94 55.08 14.78 -
YUV 189.51 63.95 151.18 -
System Red Green Blue C M Y K H S L
Decimal 222 195 76 0 0.12 0.66 0.13 48.9 0.69 0.58
Hex DE C3 4C 0 C 42 D 31 45 3A
Octal 336 303 114 0 14 102 15 61 105 72
Binary 11011110 11000011 1001100 0 1100 1000010 1101 110001 1000101 111010

Color Harmonies of #DEC34C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC34C

Black with #DEC34C

Text Example


Text Example

White with #DEC34C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC34C; }

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

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

background-color css

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

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

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

border-color css

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

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

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