Html Css Color HEX #DDC247 Confetti

📋 copy color: '#DDC247'

red 221 ◦ green 194 ◦ blue 71

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

Shades of Confetti #DDC247

Tints of Confetti #DDC247

RGB

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

 GREEN value IS 194 (76.17% from 255) = 39.92%

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

R = 45.47%
G = 39.92%
B = 14.61%

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

#DDC247 (or 0xDDC247) is known color: Confetti. HEX triplet: DD, C2 and 47. RGB value is (221,194,71). Sum of RGB (Red+Green+Blue) = 221+194+71=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 194 (76.17% from 255 or 39.92% from 486); Blue value is 71 (28.12% from 255 or 14.61% from 486); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC247 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC247 is #223DB8. Grayscale: #BCBCBC. Windows color (decimal): -2244025 or 4702941. OLE color: 4702941.

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

Color convert

RGB 221 194 71 -
CMYK 0 0.12 0.68 0.13
HSL 49.2º 0.69% 0.57% -
HSV(B) 49.2º 0.68% 0.87% -
XYZ 50.25 54.41 13.82 -
YUV 188.05 61.95 151.5 -
System Red Green Blue C M Y K H S L
Decimal 221 194 71 0 0.12 0.68 0.13 49.2 0.69 0.57
Hex DD C2 47 0 C 44 D 31 45 39
Octal 335 302 107 0 14 104 15 61 105 71
Binary 11011101 11000010 1000111 0 1100 1000100 1101 110001 1000101 111001

Color Harmonies of #DDC247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC247

Black with #DDC247

Text Example


Text Example

White with #DDC247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC247; }

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

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

background-color css

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

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

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

border-color css

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

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

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