Html Css Color HEX #DECB53 Confetti

📋 copy color: '#DECB53'

red 222 ◦ green 203 ◦ blue 83

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

Shades of Confetti #DECB53

Tints of Confetti #DECB53

RGB

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

 GREEN value IS 203 (79.69% from 255) = 39.96%

 BLUE value IS 83 (32.81% from 255) = 16.34%

R = 43.7%
G = 39.96%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DECB53 (or 0xDECB53) is known color: Confetti. HEX triplet: DE, CB and 53. RGB value is (222,203,83). Sum of RGB (Red+Green+Blue) = 222+203+83=508 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.70% from 508); Green value is 203 (79.69% from 255 or 39.96% from 508); Blue value is 83 (32.81% from 255 or 16.34% from 508); Max value from RGB is 222 - color contains mainly: red. Hex color #DECB53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECB53 is #2134AC. Grayscale: #C3C3C3. Windows color (decimal): -2176173 or 5491678. OLE color: 5491678.

HSL color Cylindrical-coordinate representation of color #DECB53: hue angle of 51.8º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DECB53 is Cyan = 0, Magento = 0.09, Yellow = 0.63 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 203 83 -
CMYK 0 0.09 0.63 0.13
HSL 51.8º 0.68% 0.6% -
HSV(B) 51.8º 0.63% 0.87% -
XYZ 53.04 58.87 16.75 -
YUV 195 64.79 147.26 -
System Red Green Blue C M Y K H S L
Decimal 222 203 83 0 0.09 0.63 0.13 51.8 0.68 0.6
Hex DE CB 53 0 9 3F D 34 44 3C
Octal 336 313 123 0 11 77 15 64 104 74
Binary 11011110 11001011 1010011 0 1001 111111 1101 110100 1000100 111100

Color Harmonies of #DECB53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DECB53

Black with #DECB53

Text Example


Text Example

White with #DECB53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DECB53; }

 p { color: rgb(222,203,83); }

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

background-color css

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

 a { background-color: rgb(222,203,83); }

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

border-color css

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

 span { border-color: rgb(222,203,83); }

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