Html Css Color HEX #DBC540 Confetti

📋 copy color: '#DBC540'

red 219 ◦ green 197 ◦ blue 64

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

Shades of Confetti #DBC540

Tints of Confetti #DBC540

RGB

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

 GREEN value IS 197 (77.34% from 255) = 41.04%

 BLUE value IS 64 (25.39% from 255) = 13.33%

R = 45.63%
G = 41.04%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DBC540 (or 0xDBC540) is known color: Confetti. HEX triplet: DB, C5 and 40. RGB value is (219,197,64). Sum of RGB (Red+Green+Blue) = 219+197+64=480 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.62% from 480); Green value is 197 (77.34% from 255 or 41.04% from 480); Blue value is 64 (25.39% from 255 or 13.33% from 480); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC540 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC540 is #243ABF. Grayscale: #BCBCBC. Windows color (decimal): -2374336 or 4244955. OLE color: 4244955.

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

Color convert

RGB 219 197 64 -
CMYK 0 0.10 0.71 0.14
HSL 51.48º 0.68% 0.55% -
HSV(B) 51.48º 0.71% 0.86% -
XYZ 50.11 55.36 12.9 -
YUV 188.42 57.79 149.81 -
System Red Green Blue C M Y K H S L
Decimal 219 197 64 0 0.10 0.71 0.14 51.48 0.68 0.55
Hex DB C5 40 0 A 47 E 33 44 37
Octal 333 305 100 0 12 107 16 63 104 67
Binary 11011011 11000101 1000000 0 1010 1000111 1110 110011 1000100 110111

Color Harmonies of #DBC540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC540

Black with #DBC540

Text Example


Text Example

White with #DBC540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC540; }

 p { color: rgb(219,197,64); }

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

background-color css

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

 a { background-color: rgb(219,197,64); }

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

border-color css

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

 span { border-color: rgb(219,197,64); }

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