Html Css Color HEX #DBC249 Confetti

📋 copy color: '#DBC249'

red 219 ◦ green 194 ◦ blue 73

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

Shades of Confetti #DBC249

Tints of Confetti #DBC249

RGB

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

 GREEN value IS 194 (76.17% from 255) = 39.92%

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

R = 45.06%
G = 39.92%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DBC249 (or 0xDBC249) is known color: Confetti. HEX triplet: DB, C2 and 49. RGB value is (219,194,73). Sum of RGB (Red+Green+Blue) = 219+194+73=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 194 (76.17% from 255 or 39.92% from 486); Blue value is 73 (28.91% from 255 or 15.02% from 486); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC249 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC249 is #243DB6. Grayscale: #BCBCBC. Windows color (decimal): -2375095 or 4834011. OLE color: 4834011.

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

Color convert

RGB 219 194 73 -
CMYK 0 0.11 0.67 0.14
HSL 49.73º 0.67% 0.57% -
HSV(B) 49.73º 0.67% 0.86% -
XYZ 49.71 54.12 14.13 -
YUV 187.68 63.28 150.34 -
System Red Green Blue C M Y K H S L
Decimal 219 194 73 0 0.11 0.67 0.14 49.73 0.67 0.57
Hex DB C2 49 0 B 43 E 32 43 39
Octal 333 302 111 0 13 103 16 62 103 71
Binary 11011011 11000010 1001001 0 1011 1000011 1110 110010 1000011 111001

Color Harmonies of #DBC249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC249

Black with #DBC249

Text Example


Text Example

White with #DBC249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC249; }

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

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

background-color css

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

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

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

border-color css

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

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

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