Html Css Color HEX #DDD33F Confetti

📋 copy color: '#DDD33F'

red 221 ◦ green 211 ◦ blue 63

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

Shades of Confetti #DDD33F

Tints of Confetti #DDD33F

RGB

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

 GREEN value IS 211 (82.81% from 255) = 42.63%

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

R = 44.65%
G = 42.63%
B = 12.73%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DDD33F (or 0xDDD33F) is known color: Confetti. HEX triplet: DD, D3 and 3F. RGB value is (221,211,63). Sum of RGB (Red+Green+Blue) = 221+211+63=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 211 (82.81% from 255 or 42.63% from 495); Blue value is 63 (25% from 255 or 12.73% from 495); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD33F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD33F is #222CC0. Grayscale: #C5C5C5. Windows color (decimal): -2239681 or 4183005. OLE color: 4183005.

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

Color convert

RGB 221 211 63 -
CMYK 0 0.05 0.71 0.13
HSL 56.2º 0.7% 0.56% -
HSV(B) 56.2º 0.71% 0.87% -
XYZ 54.01 62.32 13.88 -
YUV 197.12 52.31 145.03 -
System Red Green Blue C M Y K H S L
Decimal 221 211 63 0 0.05 0.71 0.13 56.2 0.7 0.56
Hex DD D3 3F 0 5 47 D 38 46 38
Octal 335 323 77 0 5 107 15 70 106 70
Binary 11011101 11010011 111111 0 101 1000111 1101 111000 1000110 111000

Color Harmonies of #DDD33F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD33F

Black with #DDD33F

Text Example


Text Example

White with #DDD33F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD33F; }

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

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

background-color css

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

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

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

border-color css

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

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

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