Html Css Color HEX #DBC545 Confetti

📋 copy color: '#DBC545'

red 219 ◦ green 197 ◦ blue 69

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

Shades of Confetti #DBC545

Tints of Confetti #DBC545

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 14.23%

R = 45.15%
G = 40.62%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DBC545 (or 0xDBC545) is known color: Confetti. HEX triplet: DB, C5 and 45. RGB value is (219,197,69). Sum of RGB (Red+Green+Blue) = 219+197+69=485 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.15% from 485); Green value is 197 (77.34% from 255 or 40.62% from 485); Blue value is 69 (27.34% from 255 or 14.23% from 485); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC545 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC545 is #243ABA. Grayscale: #BDBDBD. Windows color (decimal): -2374331 or 4572635. OLE color: 4572635.

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

Color convert

RGB 219 197 69 -
CMYK 0 0.10 0.68 0.14
HSL 51.2º 0.68% 0.56% -
HSV(B) 51.2º 0.68% 0.86% -
XYZ 50.25 55.42 13.68 -
YUV 188.99 60.29 149.41 -
System Red Green Blue C M Y K H S L
Decimal 219 197 69 0 0.10 0.68 0.14 51.2 0.68 0.56
Hex DB C5 45 0 A 44 E 33 44 38
Octal 333 305 105 0 12 104 16 63 104 70
Binary 11011011 11000101 1000101 0 1010 1000100 1110 110011 1000100 111000

Color Harmonies of #DBC545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC545

Black with #DBC545

Text Example


Text Example

White with #DBC545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC545; }

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

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

background-color css

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

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

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

border-color css

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

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

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