Html Css Color HEX #DDCD46 Confetti

📋 copy color: '#DDCD46'

red 221 ◦ green 205 ◦ blue 70

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

Shades of Confetti #DDCD46

Tints of Confetti #DDCD46

RGB

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

 GREEN value IS 205 (80.47% from 255) = 41.33%

 BLUE value IS 70 (27.73% from 255) = 14.11%

R = 44.56%
G = 41.33%
B = 14.11%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DDCD46 (or 0xDDCD46) is known color: Confetti. HEX triplet: DD, CD and 46. RGB value is (221,205,70). Sum of RGB (Red+Green+Blue) = 221+205+70=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 205 (80.47% from 255 or 41.33% from 496); Blue value is 70 (27.73% from 255 or 14.11% from 496); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCD46 is #2232B9. Grayscale: #C2C2C2. Windows color (decimal): -2241210 or 4640221. OLE color: 4640221.

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

Color convert

RGB 221 205 70 -
CMYK 0 0.07 0.68 0.13
HSL 53.64º 0.69% 0.57% -
HSV(B) 53.64º 0.68% 0.87% -
XYZ 52.76 59.48 14.49 -
YUV 194.39 57.8 146.98 -
System Red Green Blue C M Y K H S L
Decimal 221 205 70 0 0.07 0.68 0.13 53.64 0.69 0.57
Hex DD CD 46 0 7 44 D 36 45 39
Octal 335 315 106 0 7 104 15 66 105 71
Binary 11011101 11001101 1000110 0 111 1000100 1101 110110 1000101 111001

Color Harmonies of #DDCD46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCD46

Black with #DDCD46

Text Example


Text Example

White with #DDCD46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCD46; }

 p { color: rgb(221,205,70); }

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

background-color css

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

 a { background-color: rgb(221,205,70); }

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

border-color css

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

 span { border-color: rgb(221,205,70); }

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