Html Css Color HEX #DDC347 Confetti

📋 copy color: '#DDC347'

red 221 ◦ green 195 ◦ blue 71

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

Shades of Confetti #DDC347

Tints of Confetti #DDC347

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.04%

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

R = 45.38%
G = 40.04%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DDC347 (or 0xDDC347) is known color: Confetti. HEX triplet: DD, C3 and 47. RGB value is (221,195,71). Sum of RGB (Red+Green+Blue) = 221+195+71=487 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.38% from 487); Green value is 195 (76.56% from 255 or 40.04% from 487); Blue value is 71 (28.12% from 255 or 14.58% from 487); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC347 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC347 is #223CB8. Grayscale: #BDBDBD. Windows color (decimal): -2243769 or 4703197. OLE color: 4703197.

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

Color convert

RGB 221 195 71 -
CMYK 0 0.12 0.68 0.13
HSL 49.6º 0.69% 0.57% -
HSV(B) 49.6º 0.68% 0.87% -
XYZ 50.47 54.86 13.89 -
YUV 188.64 61.61 151.08 -
System Red Green Blue C M Y K H S L
Decimal 221 195 71 0 0.12 0.68 0.13 49.6 0.69 0.57
Hex DD C3 47 0 C 44 D 32 45 39
Octal 335 303 107 0 14 104 15 62 105 71
Binary 11011101 11000011 1000111 0 1100 1000100 1101 110010 1000101 111001

Color Harmonies of #DDC347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC347

Black with #DDC347

Text Example


Text Example

White with #DDC347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC347; }

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

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

background-color css

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

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

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

border-color css

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

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

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