Html Css Color HEX #DEC952 Confetti

📋 copy color: '#DEC952'

red 222 ◦ green 201 ◦ blue 82

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

Shades of Confetti #DEC952

Tints of Confetti #DEC952

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 16.24%

R = 43.96%
G = 39.8%
B = 16.24%

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

#DEC952 (or 0xDEC952) is known color: Confetti. HEX triplet: DE, C9 and 52. RGB value is (222,201,82). Sum of RGB (Red+Green+Blue) = 222+201+82=505 (66% of max value = 765). Red value is 222 (87.11% from 255 or 43.96% from 505); Green value is 201 (78.91% from 255 or 39.80% from 505); Blue value is 82 (32.42% from 255 or 16.24% from 505); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC952 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC952 is #2136AD. Grayscale: #C2C2C2. Windows color (decimal): -2176686 or 5425630. OLE color: 5425630.

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

Color convert

RGB 222 201 82 -
CMYK 0 0.09 0.63 0.13
HSL 51º 0.68% 0.6% -
HSV(B) 51º 0.63% 0.87% -
XYZ 52.53 57.91 16.39 -
YUV 193.71 64.96 148.18 -
System Red Green Blue C M Y K H S L
Decimal 222 201 82 0 0.09 0.63 0.13 51 0.68 0.6
Hex DE C9 52 0 9 3F D 33 44 3C
Octal 336 311 122 0 11 77 15 63 104 74
Binary 11011110 11001001 1010010 0 1001 111111 1101 110011 1000100 111100

Color Harmonies of #DEC952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC952

Black with #DEC952

Text Example


Text Example

White with #DEC952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC952; }

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

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

background-color css

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

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

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

border-color css

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

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

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