Html Css Color HEX #DDC94A Confetti

📋 copy color: '#DDC94A'

red 221 ◦ green 201 ◦ blue 74

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

Shades of Confetti #DDC94A

Tints of Confetti #DDC94A

RGB

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

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

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

R = 44.56%
G = 40.52%
B = 14.92%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DDC94A (or 0xDDC94A) is known color: Confetti. HEX triplet: DD, C9 and 4A. RGB value is (221,201,74). Sum of RGB (Red+Green+Blue) = 221+201+74=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 201 (78.91% from 255 or 40.52% from 496); Blue value is 74 (29.30% from 255 or 14.92% from 496); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC94A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC94A is #2236B5. Grayscale: #C1C1C1. Windows color (decimal): -2242230 or 4901341. OLE color: 4901341.

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

Color convert

RGB 221 201 74 -
CMYK 0 0.09 0.67 0.13
HSL 51.84º 0.68% 0.58% -
HSV(B) 51.84º 0.67% 0.87% -
XYZ 51.94 57.64 14.87 -
YUV 192.5 61.13 148.33 -
System Red Green Blue C M Y K H S L
Decimal 221 201 74 0 0.09 0.67 0.13 51.84 0.68 0.58
Hex DD C9 4A 0 9 43 D 34 44 3A
Octal 335 311 112 0 11 103 15 64 104 72
Binary 11011101 11001001 1001010 0 1001 1000011 1101 110100 1000100 111010

Color Harmonies of #DDC94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC94A

Black with #DDC94A

Text Example


Text Example

White with #DDC94A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC94A; }

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

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

background-color css

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

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

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

border-color css

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

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

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