Html Css Color HEX #DEC03D Confetti

📋 copy color: '#DEC03D'

red 222 ◦ green 192 ◦ blue 61

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

Shades of Confetti #DEC03D

Tints of Confetti #DEC03D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 12.84%

R = 46.74%
G = 40.42%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DEC03D (or 0xDEC03D) is known color: Confetti. HEX triplet: DE, C0 and 3D. RGB value is (222,192,61). Sum of RGB (Red+Green+Blue) = 222+192+61=475 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.74% from 475); Green value is 192 (75.39% from 255 or 40.42% from 475); Blue value is 61 (24.22% from 255 or 12.84% from 475); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC03D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC03D is #213FC2. Grayscale: #BABABA. Windows color (decimal): -2179011 or 4047070. OLE color: 4047070.

HSL color Cylindrical-coordinate representation of color #DEC03D: hue angle of 48.82º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DEC03D is Cyan = 0, Magento = 0.14, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 192 61 -
CMYK 0 0.14 0.73 0.13
HSL 48.82º 0.71% 0.55% -
HSV(B) 48.82º 0.73% 0.87% -
XYZ 49.82 53.57 12.13 -
YUV 186.04 57.44 153.65 -
System Red Green Blue C M Y K H S L
Decimal 222 192 61 0 0.14 0.73 0.13 48.82 0.71 0.55
Hex DE C0 3D 0 E 49 D 31 47 37
Octal 336 300 75 0 16 111 15 61 107 67
Binary 11011110 11000000 111101 0 1110 1001001 1101 110001 1000111 110111

Color Harmonies of #DEC03D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC03D

Black with #DEC03D

Text Example


Text Example

White with #DEC03D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC03D; }

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

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

background-color css

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

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

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

border-color css

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

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

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