Html Css Color HEX #DBC554 Confetti

📋 copy color: '#DBC554'

red 219 ◦ green 197 ◦ blue 84

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

Shades of Confetti #DBC554

Tints of Confetti #DBC554

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 16.8%

R = 43.8%
G = 39.4%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DBC554 (or 0xDBC554) is known color: Confetti. HEX triplet: DB, C5 and 54. RGB value is (219,197,84). Sum of RGB (Red+Green+Blue) = 219+197+84=500 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.8% from 500); Green value is 197 (77.34% from 255 or 39.4% from 500); Blue value is 84 (33.20% from 255 or 16.8% from 500); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC554 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC554 is #243AAB. Grayscale: #BFBFBF. Windows color (decimal): -2374316 or 5555675. OLE color: 5555675.

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

Color convert

RGB 219 197 84 -
CMYK 0 0.10 0.62 0.14
HSL 50.22º 0.65% 0.59% -
HSV(B) 50.22º 0.62% 0.86% -
XYZ 50.78 55.63 16.45 -
YUV 190.7 67.79 148.19 -
System Red Green Blue C M Y K H S L
Decimal 219 197 84 0 0.10 0.62 0.14 50.22 0.65 0.59
Hex DB C5 54 0 A 3E E 32 41 3B
Octal 333 305 124 0 12 76 16 62 101 73
Binary 11011011 11000101 1010100 0 1010 111110 1110 110010 1000001 111011

Color Harmonies of #DBC554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC554

Black with #DBC554

Text Example


Text Example

White with #DBC554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC554; }

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

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

background-color css

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

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

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

border-color css

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

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

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