Html Css Color HEX #DEC93F Confetti

📋 copy color: '#DEC93F'

red 222 ◦ green 201 ◦ blue 63

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

Shades of Confetti #DEC93F

Tints of Confetti #DEC93F

RGB

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

 GREEN value IS 201 (78.91% from 255) = 41.36%

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

R = 45.68%
G = 41.36%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DEC93F (or 0xDEC93F) is known color: Confetti. HEX triplet: DE, C9 and 3F. RGB value is (222,201,63). Sum of RGB (Red+Green+Blue) = 222+201+63=486 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.68% from 486); Green value is 201 (78.91% from 255 or 41.36% from 486); Blue value is 63 (25% from 255 or 12.96% from 486); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC93F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC93F is #2136C0. Grayscale: #C0C0C0. Windows color (decimal): -2176705 or 4180446. OLE color: 4180446.

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

Color convert

RGB 222 201 63 -
CMYK 0 0.09 0.72 0.13
HSL 52.08º 0.71% 0.56% -
HSV(B) 52.08º 0.72% 0.87% -
XYZ 51.91 57.66 13.1 -
YUV 191.55 55.46 149.72 -
System Red Green Blue C M Y K H S L
Decimal 222 201 63 0 0.09 0.72 0.13 52.08 0.71 0.56
Hex DE C9 3F 0 9 48 D 34 47 38
Octal 336 311 77 0 11 110 15 64 107 70
Binary 11011110 11001001 111111 0 1001 1001000 1101 110100 1000111 111000

Color Harmonies of #DEC93F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC93F

Black with #DEC93F

Text Example


Text Example

White with #DEC93F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC93F; }

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

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

background-color css

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

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

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

border-color css

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

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

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