Html Css Color HEX #DBC246 Confetti

📋 copy color: '#DBC246'

red 219 ◦ green 194 ◦ blue 70

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

Shades of Confetti #DBC246

Tints of Confetti #DBC246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 14.49%

R = 45.34%
G = 40.17%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DBC246 (or 0xDBC246) is known color: Confetti. HEX triplet: DB, C2 and 46. RGB value is (219,194,70). Sum of RGB (Red+Green+Blue) = 219+194+70=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 194 (76.17% from 255 or 40.17% from 483); Blue value is 70 (27.73% from 255 or 14.49% from 483); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC246 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC246 is #243DB9. Grayscale: #BBBBBB. Windows color (decimal): -2375098 or 4637403. OLE color: 4637403.

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

Color convert

RGB 219 194 70 -
CMYK 0 0.11 0.68 0.14
HSL 49.93º 0.67% 0.57% -
HSV(B) 49.93º 0.68% 0.86% -
XYZ 49.61 54.09 13.62 -
YUV 187.34 61.78 150.58 -
System Red Green Blue C M Y K H S L
Decimal 219 194 70 0 0.11 0.68 0.14 49.93 0.67 0.57
Hex DB C2 46 0 B 44 E 32 43 39
Octal 333 302 106 0 13 104 16 62 103 71
Binary 11011011 11000010 1000110 0 1011 1000100 1110 110010 1000011 111001

Color Harmonies of #DBC246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC246

Black with #DBC246

Text Example


Text Example

White with #DBC246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC246; }

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

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

background-color css

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

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

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

border-color css

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

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

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