Html Css Color HEX #DBC544 Confetti

📋 copy color: '#DBC544'

red 219 ◦ green 197 ◦ blue 68

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

Shades of Confetti #DBC544

Tints of Confetti #DBC544

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 14.05%

R = 45.25%
G = 40.7%
B = 14.05%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DBC544 (or 0xDBC544) is known color: Confetti. HEX triplet: DB, C5 and 44. RGB value is (219,197,68). Sum of RGB (Red+Green+Blue) = 219+197+68=484 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.25% from 484); Green value is 197 (77.34% from 255 or 40.70% from 484); Blue value is 68 (26.95% from 255 or 14.05% from 484); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC544 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC544 is #243ABB. Grayscale: #BDBDBD. Windows color (decimal): -2374332 or 4507099. OLE color: 4507099.

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

Color convert

RGB 219 197 68 -
CMYK 0 0.10 0.69 0.14
HSL 51.26º 0.68% 0.56% -
HSV(B) 51.26º 0.69% 0.86% -
XYZ 50.22 55.41 13.52 -
YUV 188.87 59.79 149.49 -
System Red Green Blue C M Y K H S L
Decimal 219 197 68 0 0.10 0.69 0.14 51.26 0.68 0.56
Hex DB C5 44 0 A 45 E 33 44 38
Octal 333 305 104 0 12 105 16 63 104 70
Binary 11011011 11000101 1000100 0 1010 1000101 1110 110011 1000100 111000

Color Harmonies of #DBC544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC544

Black with #DBC544

Text Example


Text Example

White with #DBC544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC544; }

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

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

background-color css

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

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

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

border-color css

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

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

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