Html Css Color HEX #DDBE46 Confetti

📋 copy color: '#DDBE46'

red 221 ◦ green 190 ◦ blue 70

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

Shades of Confetti #DDBE46

Tints of Confetti #DDBE46

RGB

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

 GREEN value IS 190 (74.61% from 255) = 39.5%

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

R = 45.95%
G = 39.5%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DDBE46 (or 0xDDBE46) is known color: Confetti. HEX triplet: DD, BE and 46. RGB value is (221,190,70). Sum of RGB (Red+Green+Blue) = 221+190+70=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 190 (74.61% from 255 or 39.50% from 481); Blue value is 70 (27.73% from 255 or 14.55% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBE46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBE46 is #2241B9. Grayscale: #BABABA. Windows color (decimal): -2245050 or 4636381. OLE color: 4636381.

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

Color convert

RGB 221 190 70 -
CMYK 0 0.14 0.68 0.13
HSL 47.68º 0.69% 0.57% -
HSV(B) 47.68º 0.68% 0.87% -
XYZ 49.34 52.64 13.35 -
YUV 185.59 62.77 153.26 -
System Red Green Blue C M Y K H S L
Decimal 221 190 70 0 0.14 0.68 0.13 47.68 0.69 0.57
Hex DD BE 46 0 E 44 D 30 45 39
Octal 335 276 106 0 16 104 15 60 105 71
Binary 11011101 10111110 1000110 0 1110 1000100 1101 110000 1000101 111001

Color Harmonies of #DDBE46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBE46

Black with #DDBE46

Text Example


Text Example

White with #DDBE46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBE46; }

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

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

background-color css

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

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

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

border-color css

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

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

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