Html Css Color HEX #DBC045 Confetti

📋 copy color: '#DBC045'

red 219 ◦ green 192 ◦ blue 69

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

Shades of Confetti #DBC045

Tints of Confetti #DBC045

RGB

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

 GREEN value IS 192 (75.39% from 255) = 40%

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

R = 45.63%
G = 40%
B = 14.38%

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

#DBC045 (or 0xDBC045) is known color: Confetti. HEX triplet: DB, C0 and 45. RGB value is (219,192,69). Sum of RGB (Red+Green+Blue) = 219+192+69=480 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.62% from 480); Green value is 192 (75.39% from 255 or 40% from 480); Blue value is 69 (27.34% from 255 or 14.38% from 480); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC045 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC045 is #243FBA. Grayscale: #BABABA. Windows color (decimal): -2375611 or 4571355. OLE color: 4571355.

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

Color convert

RGB 219 192 69 -
CMYK 0 0.12 0.68 0.14
HSL 49.2º 0.68% 0.56% -
HSV(B) 49.2º 0.68% 0.86% -
XYZ 49.14 53.19 13.31 -
YUV 186.05 61.95 151.5 -
System Red Green Blue C M Y K H S L
Decimal 219 192 69 0 0.12 0.68 0.14 49.2 0.68 0.56
Hex DB C0 45 0 C 44 E 31 44 38
Octal 333 300 105 0 14 104 16 61 104 70
Binary 11011011 11000000 1000101 0 1100 1000100 1110 110001 1000100 111000

Color Harmonies of #DBC045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC045

Black with #DBC045

Text Example


Text Example

White with #DBC045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC045; }

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

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

background-color css

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

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

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

border-color css

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

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

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