Html Css Color HEX #DBC949 Confetti

📋 copy color: '#DBC949'

red 219 ◦ green 201 ◦ blue 73

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

Shades of Confetti #DBC949

Tints of Confetti #DBC949

RGB

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

 GREEN value IS 201 (78.91% from 255) = 40.77%

 BLUE value IS 73 (28.91% from 255) = 14.81%

R = 44.42%
G = 40.77%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DBC949 (or 0xDBC949) is known color: Confetti. HEX triplet: DB, C9 and 49. RGB value is (219,201,73). Sum of RGB (Red+Green+Blue) = 219+201+73=493 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.42% from 493); Green value is 201 (78.91% from 255 or 40.77% from 493); Blue value is 73 (28.91% from 255 or 14.81% from 493); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC949 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC949 is #2436B6. Grayscale: #C0C0C0. Windows color (decimal): -2373303 or 4835803. OLE color: 4835803.

HSL color Cylindrical-coordinate representation of color #DBC949: hue angle of 52.6º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DBC949 is Cyan = 0, Magento = 0.08, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 201 73 -
CMYK 0 0.08 0.67 0.14
HSL 52.6º 0.67% 0.57% -
HSV(B) 52.6º 0.67% 0.86% -
XYZ 51.3 57.31 14.66 -
YUV 191.79 60.96 147.41 -
System Red Green Blue C M Y K H S L
Decimal 219 201 73 0 0.08 0.67 0.14 52.6 0.67 0.57
Hex DB C9 49 0 8 43 E 35 43 39
Octal 333 311 111 0 10 103 16 65 103 71
Binary 11011011 11001001 1001001 0 1000 1000011 1110 110101 1000011 111001

Color Harmonies of #DBC949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC949

Black with #DBC949

Text Example


Text Example

White with #DBC949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC949; }

 p { color: rgb(219,201,73); }

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

background-color css

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

 a { background-color: rgb(219,201,73); }

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

border-color css

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

 span { border-color: rgb(219,201,73); }

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