Html Css Color HEX #DDC047 Confetti

📋 copy color: '#DDC047'

red 221 ◦ green 192 ◦ blue 71

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

Shades of Confetti #DDC047

Tints of Confetti #DDC047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 14.67%

R = 45.66%
G = 39.67%
B = 14.67%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DDC047 (or 0xDDC047) is known color: Confetti. HEX triplet: DD, C0 and 47. RGB value is (221,192,71). Sum of RGB (Red+Green+Blue) = 221+192+71=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 192 (75.39% from 255 or 39.67% from 484); Blue value is 71 (28.12% from 255 or 14.67% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC047 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC047 is #223FB8. Grayscale: #BBBBBB. Windows color (decimal): -2244537 or 4702429. OLE color: 4702429.

HSL color Cylindrical-coordinate representation of color #DDC047: hue angle of 48.4º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DDC047 is Cyan = 0, Magento = 0.13, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 192 71 -
CMYK 0 0.13 0.68 0.13
HSL 48.4º 0.69% 0.57% -
HSV(B) 48.4º 0.68% 0.87% -
XYZ 49.81 53.53 13.67 -
YUV 186.88 62.61 152.34 -
System Red Green Blue C M Y K H S L
Decimal 221 192 71 0 0.13 0.68 0.13 48.4 0.69 0.57
Hex DD C0 47 0 D 44 D 30 45 39
Octal 335 300 107 0 15 104 15 60 105 71
Binary 11011101 11000000 1000111 0 1101 1000100 1101 110000 1000101 111001

Color Harmonies of #DDC047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC047

Black with #DDC047

Text Example


Text Example

White with #DDC047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC047; }

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

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

background-color css

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

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

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

border-color css

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

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

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