Html Css Color HEX #DED145 Confetti

📋 copy color: '#DED145'

red 222 ◦ green 209 ◦ blue 69

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

Shades of Confetti #DED145

Tints of Confetti #DED145

RGB

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

 GREEN value IS 209 (82.03% from 255) = 41.8%

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

R = 44.4%
G = 41.8%
B = 13.8%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DED145 (or 0xDED145) is known color: Confetti. HEX triplet: DE, D1 and 45. RGB value is (222,209,69). Sum of RGB (Red+Green+Blue) = 222+209+69=500 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.4% from 500); Green value is 209 (82.03% from 255 or 41.8% from 500); Blue value is 69 (27.34% from 255 or 13.8% from 500); Max value from RGB is 222 - color contains mainly: red. Hex color #DED145 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED145 is #212EBA. Grayscale: #C5C5C5. Windows color (decimal): -2174651 or 4575710. OLE color: 4575710.

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

Color convert

RGB 222 209 69 -
CMYK 0 0.06 0.69 0.13
HSL 54.9º 0.7% 0.57% -
HSV(B) 54.9º 0.69% 0.87% -
XYZ 54 61.56 14.67 -
YUV 196.93 55.81 145.88 -
System Red Green Blue C M Y K H S L
Decimal 222 209 69 0 0.06 0.69 0.13 54.9 0.7 0.57
Hex DE D1 45 0 6 45 D 37 46 39
Octal 336 321 105 0 6 105 15 67 106 71
Binary 11011110 11010001 1000101 0 110 1000101 1101 110111 1000110 111001

Color Harmonies of #DED145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED145

Black with #DED145

Text Example


Text Example

White with #DED145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED145; }

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

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

background-color css

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

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

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

border-color css

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

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

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