Html Css Color HEX #DBC050 Confetti

📋 copy color: '#DBC050'

red 219 ◦ green 192 ◦ blue 80

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

Shades of Confetti #DBC050

Tints of Confetti #DBC050

RGB

 RED value IS 219 (85.94% from 255) = 44.6%

 GREEN value IS 192 (75.39% from 255) = 39.1%

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

R = 44.6%
G = 39.1%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DBC050 (or 0xDBC050) is known color: Confetti. HEX triplet: DB, C0 and 50. RGB value is (219,192,80). Sum of RGB (Red+Green+Blue) = 219+192+80=491 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.60% from 491); Green value is 192 (75.39% from 255 or 39.10% from 491); Blue value is 80 (31.64% from 255 or 16.29% from 491); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC050 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC050 is #243FAF. Grayscale: #BBBBBB. Windows color (decimal): -2375600 or 5292251. OLE color: 5292251.

HSL color Cylindrical-coordinate representation of color #DBC050: hue angle of 48.35º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DBC050 is Cyan = 0, Magento = 0.12, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 192 80 -
CMYK 0 0.12 0.63 0.14
HSL 48.35º 0.66% 0.59% -
HSV(B) 48.35º 0.63% 0.86% -
XYZ 49.51 53.34 15.28 -
YUV 187.31 67.45 150.61 -
System Red Green Blue C M Y K H S L
Decimal 219 192 80 0 0.12 0.63 0.14 48.35 0.66 0.59
Hex DB C0 50 0 C 3F E 30 42 3B
Octal 333 300 120 0 14 77 16 60 102 73
Binary 11011011 11000000 1010000 0 1100 111111 1110 110000 1000010 111011

Color Harmonies of #DBC050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC050

Black with #DBC050

Text Example


Text Example

White with #DBC050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC050; }

 p { color: rgb(219,192,80); }

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

background-color css

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

 a { background-color: rgb(219,192,80); }

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

border-color css

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

 span { border-color: rgb(219,192,80); }

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