Html Css Color HEX #DBC349 Confetti

📋 copy color: '#DBC349'

red 219 ◦ green 195 ◦ blue 73

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

Shades of Confetti #DBC349

Tints of Confetti #DBC349

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.04%

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

R = 44.97%
G = 40.04%
B = 14.99%

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

#DBC349 (or 0xDBC349) is known color: Confetti. HEX triplet: DB, C3 and 49. RGB value is (219,195,73). Sum of RGB (Red+Green+Blue) = 219+195+73=487 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.97% from 487); Green value is 195 (76.56% from 255 or 40.04% from 487); Blue value is 73 (28.91% from 255 or 14.99% from 487); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC349 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC349 is #243CB6. Grayscale: #BCBCBC. Windows color (decimal): -2374839 or 4834267. OLE color: 4834267.

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

Color convert

RGB 219 195 73 -
CMYK 0 0.11 0.67 0.14
HSL 50.14º 0.67% 0.57% -
HSV(B) 50.14º 0.67% 0.86% -
XYZ 49.93 54.57 14.21 -
YUV 188.27 62.95 149.92 -
System Red Green Blue C M Y K H S L
Decimal 219 195 73 0 0.11 0.67 0.14 50.14 0.67 0.57
Hex DB C3 49 0 B 43 E 32 43 39
Octal 333 303 111 0 13 103 16 62 103 71
Binary 11011011 11000011 1001001 0 1011 1000011 1110 110010 1000011 111001

Color Harmonies of #DBC349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC349

Black with #DBC349

Text Example


Text Example

White with #DBC349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC349; }

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

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

background-color css

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

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

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

border-color css

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

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

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