Html Css Color HEX #DDBB47 Confetti

📋 copy color: '#DDBB47'

red 221 ◦ green 187 ◦ blue 71

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

Shades of Confetti #DDBB47

Tints of Confetti #DDBB47

RGB

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

 GREEN value IS 187 (73.44% from 255) = 39.04%

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

R = 46.14%
G = 39.04%
B = 14.82%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DDBB47 (or 0xDDBB47) is known color: Confetti. HEX triplet: DD, BB and 47. RGB value is (221,187,71). Sum of RGB (Red+Green+Blue) = 221+187+71=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 187 (73.44% from 255 or 39.04% from 479); Blue value is 71 (28.12% from 255 or 14.82% from 479); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBB47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBB47 is #2244B8. Grayscale: #B8B8B8. Windows color (decimal): -2245817 or 4701149. OLE color: 4701149.

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

Color convert

RGB 221 187 71 -
CMYK 0 0.15 0.68 0.13
HSL 46.4º 0.69% 0.57% -
HSV(B) 46.4º 0.68% 0.87% -
XYZ 48.73 51.37 13.31 -
YUV 183.94 64.26 154.43 -
System Red Green Blue C M Y K H S L
Decimal 221 187 71 0 0.15 0.68 0.13 46.4 0.69 0.57
Hex DD BB 47 0 F 44 D 2E 45 39
Octal 335 273 107 0 17 104 15 56 105 71
Binary 11011101 10111011 1000111 0 1111 1000100 1101 101110 1000101 111001

Color Harmonies of #DDBB47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBB47

Black with #DDBB47

Text Example


Text Example

White with #DDBB47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBB47; }

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

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

background-color css

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

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

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

border-color css

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

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

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