Html Css Color HEX #DBC746 Confetti

📋 copy color: '#DBC746'

red 219 ◦ green 199 ◦ blue 70

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

Shades of Confetti #DBC746

Tints of Confetti #DBC746

RGB

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

 GREEN value IS 199 (78.13% from 255) = 40.78%

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

R = 44.88%
G = 40.78%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DBC746 (or 0xDBC746) is known color: Confetti. HEX triplet: DB, C7 and 46. RGB value is (219,199,70). Sum of RGB (Red+Green+Blue) = 219+199+70=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 199 (78.12% from 255 or 40.78% from 488); Blue value is 70 (27.73% from 255 or 14.34% from 488); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC746 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC746 is #2438B9. Grayscale: #BEBEBE. Windows color (decimal): -2373818 or 4638683. OLE color: 4638683.

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

Color convert

RGB 219 199 70 -
CMYK 0 0.09 0.68 0.14
HSL 51.95º 0.67% 0.57% -
HSV(B) 51.95º 0.68% 0.86% -
XYZ 50.74 56.35 14 -
YUV 190.27 60.13 148.49 -
System Red Green Blue C M Y K H S L
Decimal 219 199 70 0 0.09 0.68 0.14 51.95 0.67 0.57
Hex DB C7 46 0 9 44 E 34 43 39
Octal 333 307 106 0 11 104 16 64 103 71
Binary 11011011 11000111 1000110 0 1001 1000100 1110 110100 1000011 111001

Color Harmonies of #DBC746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC746

Black with #DBC746

Text Example


Text Example

White with #DBC746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC746; }

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

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

background-color css

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

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

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

border-color css

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

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

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