Html Css Color HEX #DDD14B Confetti

📋 copy color: '#DDD14B'

red 221 ◦ green 209 ◦ blue 75

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

Shades of Confetti #DDD14B

Tints of Confetti #DDD14B

RGB

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

 GREEN value IS 209 (82.03% from 255) = 41.39%

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

R = 43.76%
G = 41.39%
B = 14.85%

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

#DDD14B (or 0xDDD14B) is known color: Confetti. HEX triplet: DD, D1 and 4B. RGB value is (221,209,75). Sum of RGB (Red+Green+Blue) = 221+209+75=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 209 (82.03% from 255 or 41.39% from 505); Blue value is 75 (29.69% from 255 or 14.85% from 505); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD14B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD14B is #222EB4. Grayscale: #C5C5C5. Windows color (decimal): -2240181 or 4968925. OLE color: 4968925.

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

Color convert

RGB 221 209 75 -
CMYK 0 0.05 0.66 0.13
HSL 55.07º 0.68% 0.58% -
HSV(B) 55.07º 0.66% 0.87% -
XYZ 53.89 61.48 15.68 -
YUV 197.31 58.98 144.9 -
System Red Green Blue C M Y K H S L
Decimal 221 209 75 0 0.05 0.66 0.13 55.07 0.68 0.58
Hex DD D1 4B 0 5 42 D 37 44 3A
Octal 335 321 113 0 5 102 15 67 104 72
Binary 11011101 11010001 1001011 0 101 1000010 1101 110111 1000100 111010

Color Harmonies of #DDD14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD14B

Black with #DDD14B

Text Example


Text Example

White with #DDD14B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD14B; }

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

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

background-color css

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

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

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

border-color css

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

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

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