Html Css Color HEX #DEC94B Confetti

📋 copy color: '#DEC94B'

red 222 ◦ green 201 ◦ blue 75

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

Shades of Confetti #DEC94B

Tints of Confetti #DEC94B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 15.06%

R = 44.58%
G = 40.36%
B = 15.06%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DEC94B (or 0xDEC94B) is known color: Confetti. HEX triplet: DE, C9 and 4B. RGB value is (222,201,75). Sum of RGB (Red+Green+Blue) = 222+201+75=498 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.58% from 498); Green value is 201 (78.91% from 255 or 40.36% from 498); Blue value is 75 (29.69% from 255 or 15.06% from 498); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC94B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC94B is #2136B4. Grayscale: #C1C1C1. Windows color (decimal): -2176693 or 4966878. OLE color: 4966878.

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

Color convert

RGB 222 201 75 -
CMYK 0 0.09 0.66 0.13
HSL 51.43º 0.69% 0.58% -
HSV(B) 51.43º 0.66% 0.87% -
XYZ 52.28 57.81 15.06 -
YUV 192.92 61.46 148.75 -
System Red Green Blue C M Y K H S L
Decimal 222 201 75 0 0.09 0.66 0.13 51.43 0.69 0.58
Hex DE C9 4B 0 9 42 D 33 45 3A
Octal 336 311 113 0 11 102 15 63 105 72
Binary 11011110 11001001 1001011 0 1001 1000010 1101 110011 1000101 111010

Color Harmonies of #DEC94B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC94B

Black with #DEC94B

Text Example


Text Example

White with #DEC94B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC94B; }

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

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

background-color css

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

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

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

border-color css

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

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

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