Html Css Color HEX #DEC13D Confetti

📋 copy color: '#DEC13D'

red 222 ◦ green 193 ◦ blue 61

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

Shades of Confetti #DEC13D

Tints of Confetti #DEC13D

RGB

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

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

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

R = 46.64%
G = 40.55%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DEC13D (or 0xDEC13D) is known color: Confetti. HEX triplet: DE, C1 and 3D. RGB value is (222,193,61). Sum of RGB (Red+Green+Blue) = 222+193+61=476 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.64% from 476); Green value is 193 (75.78% from 255 or 40.55% from 476); Blue value is 61 (24.22% from 255 or 12.82% from 476); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC13D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC13D is #213EC2. Grayscale: #BBBBBB. Windows color (decimal): -2178755 or 4047326. OLE color: 4047326.

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

Color convert

RGB 222 193 61 -
CMYK 0 0.13 0.73 0.13
HSL 49.19º 0.71% 0.55% -
HSV(B) 49.19º 0.73% 0.87% -
XYZ 50.04 54.01 12.2 -
YUV 186.62 57.11 153.23 -
System Red Green Blue C M Y K H S L
Decimal 222 193 61 0 0.13 0.73 0.13 49.19 0.71 0.55
Hex DE C1 3D 0 D 49 D 31 47 37
Octal 336 301 75 0 15 111 15 61 107 67
Binary 11011110 11000001 111101 0 1101 1001001 1101 110001 1000111 110111

Color Harmonies of #DEC13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC13D

Black with #DEC13D

Text Example


Text Example

White with #DEC13D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC13D; }

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

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

background-color css

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

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

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

border-color css

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

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

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