Html Css Color HEX #DDC947 Confetti

📋 copy color: '#DDC947'

red 221 ◦ green 201 ◦ blue 71

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

Shades of Confetti #DDC947

Tints of Confetti #DDC947

RGB

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

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

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

R = 44.83%
G = 40.77%
B = 14.4%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DDC947 (or 0xDDC947) is known color: Confetti. HEX triplet: DD, C9 and 47. RGB value is (221,201,71). Sum of RGB (Red+Green+Blue) = 221+201+71=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 201 (78.91% from 255 or 40.77% from 493); Blue value is 71 (28.12% from 255 or 14.40% from 493); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC947 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC947 is #2236B8. Grayscale: #C0C0C0. Windows color (decimal): -2242233 or 4704733. OLE color: 4704733.

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

Color convert

RGB 221 201 71 -
CMYK 0 0.09 0.68 0.13
HSL 52º 0.69% 0.57% -
HSV(B) 52º 0.68% 0.87% -
XYZ 51.84 57.6 14.35 -
YUV 192.16 59.63 148.57 -
System Red Green Blue C M Y K H S L
Decimal 221 201 71 0 0.09 0.68 0.13 52 0.69 0.57
Hex DD C9 47 0 9 44 D 34 45 39
Octal 335 311 107 0 11 104 15 64 105 71
Binary 11011101 11001001 1000111 0 1001 1000100 1101 110100 1000101 111001

Color Harmonies of #DDC947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC947

Black with #DDC947

Text Example


Text Example

White with #DDC947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC947; }

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

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

background-color css

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

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

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

border-color css

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

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

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