Html Css Color HEX #DBC145 Confetti

📋 copy color: '#DBC145'

red 219 ◦ green 193 ◦ blue 69

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

Shades of Confetti #DBC145

Tints of Confetti #DBC145

RGB

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

 GREEN value IS 193 (75.78% from 255) = 40.12%

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

R = 45.53%
G = 40.12%
B = 14.35%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DBC145 (or 0xDBC145) is known color: Confetti. HEX triplet: DB, C1 and 45. RGB value is (219,193,69). Sum of RGB (Red+Green+Blue) = 219+193+69=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 193 (75.78% from 255 or 40.12% from 481); Blue value is 69 (27.34% from 255 or 14.35% from 481); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC145 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC145 is #243EBA. Grayscale: #BBBBBB. Windows color (decimal): -2375355 or 4571611. OLE color: 4571611.

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

Color convert

RGB 219 193 69 -
CMYK 0 0.12 0.68 0.14
HSL 49.6º 0.68% 0.56% -
HSV(B) 49.6º 0.68% 0.86% -
XYZ 49.36 53.63 13.38 -
YUV 186.64 61.61 151.08 -
System Red Green Blue C M Y K H S L
Decimal 219 193 69 0 0.12 0.68 0.14 49.6 0.68 0.56
Hex DB C1 45 0 C 44 E 32 44 38
Octal 333 301 105 0 14 104 16 62 104 70
Binary 11011011 11000001 1000101 0 1100 1000100 1110 110010 1000100 111000

Color Harmonies of #DBC145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC145

Black with #DBC145

Text Example


Text Example

White with #DBC145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC145; }

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

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

background-color css

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

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

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

border-color css

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

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

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