Html Css Color HEX #DDC750 Confetti

📋 copy color: '#DDC750'

red 221 ◦ green 199 ◦ blue 80

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

Shades of Confetti #DDC750

Tints of Confetti #DDC750

RGB

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

 GREEN value IS 199 (78.13% from 255) = 39.8%

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

R = 44.2%
G = 39.8%
B = 16%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DDC750 (or 0xDDC750) is known color: Confetti. HEX triplet: DD, C7 and 50. RGB value is (221,199,80). Sum of RGB (Red+Green+Blue) = 221+199+80=500 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.2% from 500); Green value is 199 (78.12% from 255 or 39.8% from 500); Blue value is 80 (31.64% from 255 or 16% from 500); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC750 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC750 is #2238AF. Grayscale: #C0C0C0. Windows color (decimal): -2242736 or 5294045. OLE color: 5294045.

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

Color convert

RGB 221 199 80 -
CMYK 0 0.10 0.64 0.13
HSL 50.64º 0.67% 0.59% -
HSV(B) 50.64º 0.64% 0.87% -
XYZ 51.69 56.8 15.83 -
YUV 192.01 64.79 148.68 -
System Red Green Blue C M Y K H S L
Decimal 221 199 80 0 0.10 0.64 0.13 50.64 0.67 0.59
Hex DD C7 50 0 A 40 D 33 43 3B
Octal 335 307 120 0 12 100 15 63 103 73
Binary 11011101 11000111 1010000 0 1010 1000000 1101 110011 1000011 111011

Color Harmonies of #DDC750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC750

Black with #DDC750

Text Example


Text Example

White with #DDC750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC750; }

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

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

background-color css

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

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

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

border-color css

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

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

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