Html Css Color HEX #DEC13F Confetti

📋 copy color: '#DEC13F'

red 222 ◦ green 193 ◦ blue 63

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

Shades of Confetti #DEC13F

Tints of Confetti #DEC13F

RGB

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

 GREEN value IS 193 (75.78% from 255) = 40.38%

 BLUE value IS 63 (25% from 255) = 13.18%

R = 46.44%
G = 40.38%
B = 13.18%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DEC13F (or 0xDEC13F) is known color: Confetti. HEX triplet: DE, C1 and 3F. RGB value is (222,193,63). Sum of RGB (Red+Green+Blue) = 222+193+63=478 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.44% from 478); Green value is 193 (75.78% from 255 or 40.38% from 478); Blue value is 63 (25% from 255 or 13.18% from 478); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC13F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC13F is #213EC0. Grayscale: #BBBBBB. Windows color (decimal): -2178753 or 4178398. OLE color: 4178398.

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

Color convert

RGB 222 193 63 -
CMYK 0 0.13 0.72 0.13
HSL 49.06º 0.71% 0.56% -
HSV(B) 49.06º 0.72% 0.87% -
XYZ 50.09 54.03 12.49 -
YUV 186.85 58.11 153.07 -
System Red Green Blue C M Y K H S L
Decimal 222 193 63 0 0.13 0.72 0.13 49.06 0.71 0.56
Hex DE C1 3F 0 D 48 D 31 47 38
Octal 336 301 77 0 15 110 15 61 107 70
Binary 11011110 11000001 111111 0 1101 1001000 1101 110001 1000111 111000

Color Harmonies of #DEC13F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC13F

Black with #DEC13F

Text Example


Text Example

White with #DEC13F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC13F; }

 p { color: rgb(222,193,63); }

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

background-color css

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

 a { background-color: rgb(222,193,63); }

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

border-color css

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

 span { border-color: rgb(222,193,63); }

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