Html Css Color HEX #DBC550 Confetti

📋 copy color: '#DBC550'

red 219 ◦ green 197 ◦ blue 80

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

Shades of Confetti #DBC550

Tints of Confetti #DBC550

RGB

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

 GREEN value IS 197 (77.34% from 255) = 39.72%

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

R = 44.15%
G = 39.72%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DBC550 (or 0xDBC550) is known color: Confetti. HEX triplet: DB, C5 and 50. RGB value is (219,197,80). Sum of RGB (Red+Green+Blue) = 219+197+80=496 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.15% from 496); Green value is 197 (77.34% from 255 or 39.72% from 496); Blue value is 80 (31.64% from 255 or 16.13% from 496); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC550 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC550 is #243AAF. Grayscale: #BEBEBE. Windows color (decimal): -2374320 or 5293531. OLE color: 5293531.

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

Color convert

RGB 219 197 80 -
CMYK 0 0.10 0.63 0.14
HSL 50.5º 0.66% 0.59% -
HSV(B) 50.5º 0.63% 0.86% -
XYZ 50.63 55.57 15.65 -
YUV 190.24 65.79 148.51 -
System Red Green Blue C M Y K H S L
Decimal 219 197 80 0 0.10 0.63 0.14 50.5 0.66 0.59
Hex DB C5 50 0 A 3F E 33 42 3B
Octal 333 305 120 0 12 77 16 63 102 73
Binary 11011011 11000101 1010000 0 1010 111111 1110 110011 1000010 111011

Color Harmonies of #DBC550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC550

Black with #DBC550

Text Example


Text Example

White with #DBC550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC550; }

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

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

background-color css

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

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

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

border-color css

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

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

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