Html Css Color HEX #DDD052 Confetti

📋 copy color: '#DDD052'

red 221 ◦ green 208 ◦ blue 82

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

Shades of Confetti #DDD052

Tints of Confetti #DDD052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 16.05%

R = 43.25%
G = 40.7%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DDD052 (or 0xDDD052) is known color: Confetti. HEX triplet: DD, D0 and 52. RGB value is (221,208,82). Sum of RGB (Red+Green+Blue) = 221+208+82=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 208 (81.64% from 255 or 40.70% from 511); Blue value is 82 (32.42% from 255 or 16.05% from 511); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD052 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD052 is #222FAD. Grayscale: #C6C6C6. Windows color (decimal): -2240430 or 5427421. OLE color: 5427421.

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

Color convert

RGB 221 208 82 -
CMYK 0 0.06 0.63 0.13
HSL 54.39º 0.67% 0.59% -
HSV(B) 54.39º 0.63% 0.87% -
XYZ 53.9 61.09 16.93 -
YUV 197.52 62.81 144.75 -
System Red Green Blue C M Y K H S L
Decimal 221 208 82 0 0.06 0.63 0.13 54.39 0.67 0.59
Hex DD D0 52 0 6 3F D 36 43 3B
Octal 335 320 122 0 6 77 15 66 103 73
Binary 11011101 11010000 1010010 0 110 111111 1101 110110 1000011 111011

Color Harmonies of #DDD052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD052

Black with #DDD052

Text Example


Text Example

White with #DDD052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD052; }

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

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

background-color css

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

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

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

border-color css

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

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

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