Html Css Color HEX #DDC051 Confetti

📋 copy color: '#DDC051'

red 221 ◦ green 192 ◦ blue 81

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

Shades of Confetti #DDC051

Tints of Confetti #DDC051

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.87%

 BLUE value IS 81 (32.03% from 255) = 16.4%

R = 44.74%
G = 38.87%
B = 16.4%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DDC051 (or 0xDDC051) is known color: Confetti. HEX triplet: DD, C0 and 51. RGB value is (221,192,81). Sum of RGB (Red+Green+Blue) = 221+192+81=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 192 (75.39% from 255 or 38.87% from 494); Blue value is 81 (32.03% from 255 or 16.40% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC051 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC051 is #223FAE. Grayscale: #BCBCBC. Windows color (decimal): -2244527 or 5357789. OLE color: 5357789.

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

Color convert

RGB 221 192 81 -
CMYK 0 0.13 0.63 0.13
HSL 47.57º 0.67% 0.59% -
HSV(B) 47.57º 0.63% 0.87% -
XYZ 50.15 53.67 15.5 -
YUV 188.02 67.61 151.53 -
System Red Green Blue C M Y K H S L
Decimal 221 192 81 0 0.13 0.63 0.13 47.57 0.67 0.59
Hex DD C0 51 0 D 3F D 30 43 3B
Octal 335 300 121 0 15 77 15 60 103 73
Binary 11011101 11000000 1010001 0 1101 111111 1101 110000 1000011 111011

Color Harmonies of #DDC051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC051

Black with #DDC051

Text Example


Text Example

White with #DDC051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC051; }

 p { color: rgb(221,192,81); }

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

background-color css

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

 a { background-color: rgb(221,192,81); }

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

border-color css

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

 span { border-color: rgb(221,192,81); }

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