Html Css Color HEX #DDD03F Confetti

📋 copy color: '#DDD03F'

red 221 ◦ green 208 ◦ blue 63

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

Shades of Confetti #DDD03F

Tints of Confetti #DDD03F

RGB

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

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

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

R = 44.92%
G = 42.28%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DDD03F (or 0xDDD03F) is known color: Confetti. HEX triplet: DD, D0 and 3F. RGB value is (221,208,63). Sum of RGB (Red+Green+Blue) = 221+208+63=492 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.92% from 492); Green value is 208 (81.64% from 255 or 42.28% from 492); Blue value is 63 (25% from 255 or 12.80% from 492); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD03F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD03F is #222FC0. Grayscale: #C3C3C3. Windows color (decimal): -2240449 or 4182237. OLE color: 4182237.

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

Color convert

RGB 221 208 63 -
CMYK 0 0.06 0.71 0.13
HSL 55.06º 0.7% 0.56% -
HSV(B) 55.06º 0.71% 0.87% -
XYZ 53.27 60.84 13.64 -
YUV 195.36 53.31 146.29 -
System Red Green Blue C M Y K H S L
Decimal 221 208 63 0 0.06 0.71 0.13 55.06 0.7 0.56
Hex DD D0 3F 0 6 47 D 37 46 38
Octal 335 320 77 0 6 107 15 67 106 70
Binary 11011101 11010000 111111 0 110 1000111 1101 110111 1000110 111000

Color Harmonies of #DDD03F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD03F

Black with #DDD03F

Text Example


Text Example

White with #DDD03F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD03F; }

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

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

background-color css

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

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

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

border-color css

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

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

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