Html Css Color HEX #DDD44B Confetti

📋 copy color: '#DDD44B'

red 221 ◦ green 212 ◦ blue 75

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

Shades of Confetti #DDD44B

Tints of Confetti #DDD44B

RGB

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

 GREEN value IS 212 (83.2% from 255) = 41.73%

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

R = 43.5%
G = 41.73%
B = 14.76%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DDD44B (or 0xDDD44B) is known color: Confetti. HEX triplet: DD, D4 and 4B. RGB value is (221,212,75). Sum of RGB (Red+Green+Blue) = 221+212+75=508 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.50% from 508); Green value is 212 (83.20% from 255 or 41.73% from 508); Blue value is 75 (29.69% from 255 or 14.76% from 508); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD44B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD44B is #222BB4. Grayscale: #C7C7C7. Windows color (decimal): -2239413 or 4969693. OLE color: 4969693.

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

Color convert

RGB 221 212 75 -
CMYK 0 0.04 0.66 0.13
HSL 56.3º 0.68% 0.58% -
HSV(B) 56.3º 0.66% 0.87% -
XYZ 54.63 62.97 15.93 -
YUV 199.07 57.98 143.64 -
System Red Green Blue C M Y K H S L
Decimal 221 212 75 0 0.04 0.66 0.13 56.3 0.68 0.58
Hex DD D4 4B 0 4 42 D 38 44 3A
Octal 335 324 113 0 4 102 15 70 104 72
Binary 11011101 11010100 1001011 0 100 1000010 1101 111000 1000100 111010

Color Harmonies of #DDD44B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD44B

Black with #DDD44B

Text Example


Text Example

White with #DDD44B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD44B; }

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

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

background-color css

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

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

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

border-color css

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

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

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