Html Css Color HEX #DEC04B Confetti

📋 copy color: '#DEC04B'

red 222 ◦ green 192 ◦ blue 75

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

Shades of Confetti #DEC04B

Tints of Confetti #DEC04B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 39.26%

 BLUE value IS 75 (29.69% from 255) = 15.34%

R = 45.4%
G = 39.26%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DEC04B (or 0xDEC04B) is known color: Confetti. HEX triplet: DE, C0 and 4B. RGB value is (222,192,75). Sum of RGB (Red+Green+Blue) = 222+192+75=489 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.40% from 489); Green value is 192 (75.39% from 255 or 39.26% from 489); Blue value is 75 (29.69% from 255 or 15.34% from 489); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC04B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC04B is #213FB4. Grayscale: #BCBCBC. Windows color (decimal): -2178997 or 4964574. OLE color: 4964574.

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

Color convert

RGB 222 192 75 -
CMYK 0 0.14 0.66 0.13
HSL 47.76º 0.69% 0.58% -
HSV(B) 47.76º 0.66% 0.87% -
XYZ 50.24 53.74 14.38 -
YUV 187.63 64.44 152.51 -
System Red Green Blue C M Y K H S L
Decimal 222 192 75 0 0.14 0.66 0.13 47.76 0.69 0.58
Hex DE C0 4B 0 E 42 D 30 45 3A
Octal 336 300 113 0 16 102 15 60 105 72
Binary 11011110 11000000 1001011 0 1110 1000010 1101 110000 1000101 111010

Color Harmonies of #DEC04B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC04B

Black with #DEC04B

Text Example


Text Example

White with #DEC04B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC04B; }

 p { color: rgb(222,192,75); }

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

background-color css

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

 a { background-color: rgb(222,192,75); }

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

border-color css

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

 span { border-color: rgb(222,192,75); }

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