Html Css Color HEX #DDC04A Confetti

📋 copy color: '#DDC04A'

red 221 ◦ green 192 ◦ blue 74

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

Shades of Confetti #DDC04A

Tints of Confetti #DDC04A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.2%

R = 45.38%
G = 39.43%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DDC04A (or 0xDDC04A) is known color: Confetti. HEX triplet: DD, C0 and 4A. RGB value is (221,192,74). Sum of RGB (Red+Green+Blue) = 221+192+74=487 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.38% from 487); Green value is 192 (75.39% from 255 or 39.43% from 487); Blue value is 74 (29.30% from 255 or 15.20% from 487); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC04A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC04A is #223FB5. Grayscale: #BBBBBB. Windows color (decimal): -2244534 or 4899037. OLE color: 4899037.

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

Color convert

RGB 221 192 74 -
CMYK 0 0.13 0.67 0.13
HSL 48.16º 0.68% 0.58% -
HSV(B) 48.16º 0.67% 0.87% -
XYZ 49.9 53.57 14.19 -
YUV 187.22 64.11 152.09 -
System Red Green Blue C M Y K H S L
Decimal 221 192 74 0 0.13 0.67 0.13 48.16 0.68 0.58
Hex DD C0 4A 0 D 43 D 30 44 3A
Octal 335 300 112 0 15 103 15 60 104 72
Binary 11011101 11000000 1001010 0 1101 1000011 1101 110000 1000100 111010

Color Harmonies of #DDC04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC04A

Black with #DDC04A

Text Example


Text Example

White with #DDC04A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC04A; }

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

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

background-color css

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

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

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

border-color css

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

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

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