Html Css Color HEX #DDBE47 Confetti

📋 copy color: '#DDBE47'

red 221 ◦ green 190 ◦ blue 71

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

Shades of Confetti #DDBE47

Tints of Confetti #DDBE47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 14.73%

R = 45.85%
G = 39.42%
B = 14.73%

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

#DDBE47 (or 0xDDBE47) is known color: Confetti. HEX triplet: DD, BE and 47. RGB value is (221,190,71). Sum of RGB (Red+Green+Blue) = 221+190+71=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 190 (74.61% from 255 or 39.42% from 482); Blue value is 71 (28.12% from 255 or 14.73% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBE47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBE47 is #2241B8. Grayscale: #BABABA. Windows color (decimal): -2245049 or 4701917. OLE color: 4701917.

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

Color convert

RGB 221 190 71 -
CMYK 0 0.14 0.68 0.13
HSL 47.6º 0.69% 0.57% -
HSV(B) 47.6º 0.68% 0.87% -
XYZ 49.37 52.65 13.52 -
YUV 185.7 63.27 153.18 -
System Red Green Blue C M Y K H S L
Decimal 221 190 71 0 0.14 0.68 0.13 47.6 0.69 0.57
Hex DD BE 47 0 E 44 D 30 45 39
Octal 335 276 107 0 16 104 15 60 105 71
Binary 11011101 10111110 1000111 0 1110 1000100 1101 110000 1000101 111001

Color Harmonies of #DDBE47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBE47

Black with #DDBE47

Text Example


Text Example

White with #DDBE47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBE47; }

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

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

background-color css

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

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

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

border-color css

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

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

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