Html Css Color HEX #DDC748 Confetti

📋 copy color: '#DDC748'

red 221 ◦ green 199 ◦ blue 72

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

Shades of Confetti #DDC748

Tints of Confetti #DDC748

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 14.63%

R = 44.92%
G = 40.45%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DDC748 (or 0xDDC748) is known color: Confetti. HEX triplet: DD, C7 and 48. RGB value is (221,199,72). Sum of RGB (Red+Green+Blue) = 221+199+72=492 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.92% from 492); Green value is 199 (78.12% from 255 or 40.45% from 492); Blue value is 72 (28.52% from 255 or 14.63% from 492); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC748 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC748 is #2238B7. Grayscale: #BFBFBF. Windows color (decimal): -2242744 or 4769757. OLE color: 4769757.

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

Color convert

RGB 221 199 72 -
CMYK 0 0.10 0.67 0.13
HSL 51.14º 0.69% 0.57% -
HSV(B) 51.14º 0.67% 0.87% -
XYZ 51.41 56.69 14.36 -
YUV 191.1 60.79 149.33 -
System Red Green Blue C M Y K H S L
Decimal 221 199 72 0 0.10 0.67 0.13 51.14 0.69 0.57
Hex DD C7 48 0 A 43 D 33 45 39
Octal 335 307 110 0 12 103 15 63 105 71
Binary 11011101 11000111 1001000 0 1010 1000011 1101 110011 1000101 111001

Color Harmonies of #DDC748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC748

Black with #DDC748

Text Example


Text Example

White with #DDC748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC748; }

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

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

background-color css

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

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

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

border-color css

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

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

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