Html Css Color HEX #DEC745 Confetti

📋 copy color: '#DEC745'

red 222 ◦ green 199 ◦ blue 69

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

Shades of Confetti #DEC745

Tints of Confetti #DEC745

RGB

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

 GREEN value IS 199 (78.13% from 255) = 40.61%

 BLUE value IS 69 (27.34% from 255) = 14.08%

R = 45.31%
G = 40.61%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DEC745 (or 0xDEC745) is known color: Confetti. HEX triplet: DE, C7 and 45. RGB value is (222,199,69). Sum of RGB (Red+Green+Blue) = 222+199+69=490 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.31% from 490); Green value is 199 (78.12% from 255 or 40.61% from 490); Blue value is 69 (27.34% from 255 or 14.08% from 490); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC745 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC745 is #2138BA. Grayscale: #BFBFBF. Windows color (decimal): -2177211 or 4573150. OLE color: 4573150.

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

Color convert

RGB 222 199 69 -
CMYK 0 0.10 0.69 0.13
HSL 50.98º 0.7% 0.57% -
HSV(B) 50.98º 0.69% 0.87% -
XYZ 51.62 56.81 13.87 -
YUV 191.06 59.12 150.07 -
System Red Green Blue C M Y K H S L
Decimal 222 199 69 0 0.10 0.69 0.13 50.98 0.7 0.57
Hex DE C7 45 0 A 45 D 33 46 39
Octal 336 307 105 0 12 105 15 63 106 71
Binary 11011110 11000111 1000101 0 1010 1000101 1101 110011 1000110 111001

Color Harmonies of #DEC745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC745

Black with #DEC745

Text Example


Text Example

White with #DEC745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC745; }

 p { color: rgb(222,199,69); }

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

background-color css

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

 a { background-color: rgb(222,199,69); }

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

border-color css

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

 span { border-color: rgb(222,199,69); }

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