Html Css Color HEX #DDC950 Confetti

📋 copy color: '#DDC950'

red 221 ◦ green 201 ◦ blue 80

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

Shades of Confetti #DDC950

Tints of Confetti #DDC950

RGB

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

 GREEN value IS 201 (78.91% from 255) = 40.04%

 BLUE value IS 80 (31.64% from 255) = 15.94%

R = 44.02%
G = 40.04%
B = 15.94%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DDC950 (or 0xDDC950) is known color: Confetti. HEX triplet: DD, C9 and 50. RGB value is (221,201,80). Sum of RGB (Red+Green+Blue) = 221+201+80=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 201 (78.91% from 255 or 40.04% from 502); Blue value is 80 (31.64% from 255 or 15.94% from 502); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC950 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC950 is #2236AF. Grayscale: #C1C1C1. Windows color (decimal): -2242224 or 5294557. OLE color: 5294557.

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

Color convert

RGB 221 201 80 -
CMYK 0 0.09 0.64 0.13
HSL 51.49º 0.67% 0.59% -
HSV(B) 51.49º 0.64% 0.87% -
XYZ 52.15 57.72 15.98 -
YUV 193.19 64.13 147.84 -
System Red Green Blue C M Y K H S L
Decimal 221 201 80 0 0.09 0.64 0.13 51.49 0.67 0.59
Hex DD C9 50 0 9 40 D 33 43 3B
Octal 335 311 120 0 11 100 15 63 103 73
Binary 11011101 11001001 1010000 0 1001 1000000 1101 110011 1000011 111011

Color Harmonies of #DDC950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC950

Black with #DDC950

Text Example


Text Example

White with #DDC950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC950; }

 p { color: rgb(221,201,80); }

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

background-color css

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

 a { background-color: rgb(221,201,80); }

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

border-color css

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

 span { border-color: rgb(221,201,80); }

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