Html Css Color HEX #DDD04B Confetti

📋 copy color: '#DDD04B'

red 221 ◦ green 208 ◦ blue 75

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

Shades of Confetti #DDD04B

Tints of Confetti #DDD04B

RGB

 RED value IS 221 (86.72% from 255) = 43.85%

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

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

R = 43.85%
G = 41.27%
B = 14.88%

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

#DDD04B (or 0xDDD04B) is known color: Confetti. HEX triplet: DD, D0 and 4B. RGB value is (221,208,75). Sum of RGB (Red+Green+Blue) = 221+208+75=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 208 (81.64% from 255 or 41.27% from 504); Blue value is 75 (29.69% from 255 or 14.88% from 504); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD04B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD04B is #222FB4. Grayscale: #C5C5C5. Windows color (decimal): -2240437 or 4968669. OLE color: 4968669.

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

Color convert

RGB 221 208 75 -
CMYK 0 0.06 0.66 0.13
HSL 54.66º 0.68% 0.58% -
HSV(B) 54.66º 0.66% 0.87% -
XYZ 53.64 60.99 15.6 -
YUV 196.73 59.31 145.31 -
System Red Green Blue C M Y K H S L
Decimal 221 208 75 0 0.06 0.66 0.13 54.66 0.68 0.58
Hex DD D0 4B 0 6 42 D 37 44 3A
Octal 335 320 113 0 6 102 15 67 104 72
Binary 11011101 11010000 1001011 0 110 1000010 1101 110111 1000100 111010

Color Harmonies of #DDD04B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD04B

Black with #DDD04B

Text Example


Text Example

White with #DDD04B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD04B; }

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

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

background-color css

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

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

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

border-color css

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

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

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