Html Css Color HEX #DDBF50 Confetti

📋 copy color: '#DDBF50'

red 221 ◦ green 191 ◦ blue 80

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

Shades of Confetti #DDBF50

Tints of Confetti #DDBF50

RGB

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

 GREEN value IS 191 (75% from 255) = 38.82%

 BLUE value IS 80 (31.64% from 255) = 16.26%

R = 44.92%
G = 38.82%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DDBF50 (or 0xDDBF50) is known color: Confetti. HEX triplet: DD, BF and 50. RGB value is (221,191,80). Sum of RGB (Red+Green+Blue) = 221+191+80=492 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.92% from 492); Green value is 191 (75% from 255 or 38.82% from 492); Blue value is 80 (31.64% from 255 or 16.26% from 492); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBF50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBF50 is #2240AF. Grayscale: #BBBBBB. Windows color (decimal): -2244784 or 5291997. OLE color: 5291997.

HSL color Cylindrical-coordinate representation of color #DDBF50: hue angle of 47.23º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DDBF50 is Cyan = 0, Magento = 0.14, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 191 80 -
CMYK 0 0.14 0.64 0.13
HSL 47.23º 0.67% 0.59% -
HSV(B) 47.23º 0.64% 0.87% -
XYZ 49.9 53.21 15.23 -
YUV 187.32 67.44 152.03 -
System Red Green Blue C M Y K H S L
Decimal 221 191 80 0 0.14 0.64 0.13 47.23 0.67 0.59
Hex DD BF 50 0 E 40 D 2F 43 3B
Octal 335 277 120 0 16 100 15 57 103 73
Binary 11011101 10111111 1010000 0 1110 1000000 1101 101111 1000011 111011

Color Harmonies of #DDBF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBF50

Black with #DDBF50

Text Example


Text Example

White with #DDBF50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBF50; }

 p { color: rgb(221,191,80); }

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

background-color css

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

 a { background-color: rgb(221,191,80); }

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

border-color css

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

 span { border-color: rgb(221,191,80); }

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