Html Css Color HEX #DED04B Confetti

📋 copy color: '#DED04B'

red 222 ◦ green 208 ◦ blue 75

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

Shades of Confetti #DED04B

Tints of Confetti #DED04B

RGB

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

 GREEN value IS 208 (81.64% from 255) = 41.19%

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

R = 43.96%
G = 41.19%
B = 14.85%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DED04B (or 0xDED04B) is known color: Confetti. HEX triplet: DE, D0 and 4B. RGB value is (222,208,75). Sum of RGB (Red+Green+Blue) = 222+208+75=505 (66% of max value = 765). Red value is 222 (87.11% from 255 or 43.96% from 505); Green value is 208 (81.64% from 255 or 41.19% from 505); Blue value is 75 (29.69% from 255 or 14.85% from 505); Max value from RGB is 222 - color contains mainly: red. Hex color #DED04B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED04B is #212FB4. Grayscale: #C5C5C5. Windows color (decimal): -2174901 or 4968670. OLE color: 4968670.

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

Color convert

RGB 222 208 75 -
CMYK 0 0.06 0.66 0.13
HSL 54.29º 0.69% 0.58% -
HSV(B) 54.29º 0.66% 0.87% -
XYZ 53.95 61.15 15.62 -
YUV 197.02 59.14 145.81 -
System Red Green Blue C M Y K H S L
Decimal 222 208 75 0 0.06 0.66 0.13 54.29 0.69 0.58
Hex DE D0 4B 0 6 42 D 36 45 3A
Octal 336 320 113 0 6 102 15 66 105 72
Binary 11011110 11010000 1001011 0 110 1000010 1101 110110 1000101 111010

Color Harmonies of #DED04B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED04B

Black with #DED04B

Text Example


Text Example

White with #DED04B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED04B; }

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

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

background-color css

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

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

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

border-color css

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

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

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