Html Css Color HEX #DED24B Confetti

📋 copy color: '#DED24B'

red 222 ◦ green 210 ◦ blue 75

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

Shades of Confetti #DED24B

Tints of Confetti #DED24B

RGB

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

 GREEN value IS 210 (82.42% from 255) = 41.42%

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

R = 43.79%
G = 41.42%
B = 14.79%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DED24B (or 0xDED24B) is known color: Confetti. HEX triplet: DE, D2 and 4B. RGB value is (222,210,75). Sum of RGB (Red+Green+Blue) = 222+210+75=507 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.79% from 507); Green value is 210 (82.42% from 255 or 41.42% from 507); Blue value is 75 (29.69% from 255 or 14.79% from 507); Max value from RGB is 222 - color contains mainly: red. Hex color #DED24B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED24B is #212DB4. Grayscale: #C6C6C6. Windows color (decimal): -2174389 or 4969182. OLE color: 4969182.

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

Color convert

RGB 222 210 75 -
CMYK 0 0.05 0.66 0.13
HSL 55.1º 0.69% 0.58% -
HSV(B) 55.1º 0.66% 0.87% -
XYZ 54.44 62.13 15.78 -
YUV 198.2 58.48 144.98 -
System Red Green Blue C M Y K H S L
Decimal 222 210 75 0 0.05 0.66 0.13 55.1 0.69 0.58
Hex DE D2 4B 0 5 42 D 37 45 3A
Octal 336 322 113 0 5 102 15 67 105 72
Binary 11011110 11010010 1001011 0 101 1000010 1101 110111 1000101 111010

Color Harmonies of #DED24B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED24B

Black with #DED24B

Text Example


Text Example

White with #DED24B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED24B; }

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

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

background-color css

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

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

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

border-color css

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

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

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