Html Css Color HEX #DED23F Confetti

📋 copy color: '#DED23F'

red 222 ◦ green 210 ◦ blue 63

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

Shades of Confetti #DED23F

Tints of Confetti #DED23F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 12.73%

R = 44.85%
G = 42.42%
B = 12.73%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DED23F (or 0xDED23F) is known color: Confetti. HEX triplet: DE, D2 and 3F. RGB value is (222,210,63). Sum of RGB (Red+Green+Blue) = 222+210+63=495 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.85% from 495); Green value is 210 (82.42% from 255 or 42.42% from 495); Blue value is 63 (25% from 255 or 12.73% from 495); Max value from RGB is 222 - color contains mainly: red. Hex color #DED23F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED23F is #212DC0. Grayscale: #C5C5C5. Windows color (decimal): -2174401 or 4182750. OLE color: 4182750.

HSL color Cylindrical-coordinate representation of color #DED23F: hue angle of 55.47º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DED23F is Cyan = 0, Magento = 0.05, Yellow = 0.72 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 210 63 -
CMYK 0 0.05 0.72 0.13
HSL 55.47º 0.71% 0.56% -
HSV(B) 55.47º 0.72% 0.87% -
XYZ 54.07 61.98 13.82 -
YUV 196.83 52.48 145.95 -
System Red Green Blue C M Y K H S L
Decimal 222 210 63 0 0.05 0.72 0.13 55.47 0.71 0.56
Hex DE D2 3F 0 5 48 D 37 47 38
Octal 336 322 77 0 5 110 15 67 107 70
Binary 11011110 11010010 111111 0 101 1001000 1101 110111 1000111 111000

Color Harmonies of #DED23F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED23F

Black with #DED23F

Text Example


Text Example

White with #DED23F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED23F; }

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

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

background-color css

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

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

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

border-color css

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

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

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