#DABE45

Color #DABE45 Confetti (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Confetti #DABE45

Tints of Confetti #DABE45

Color information

#DABE45 (or 0xDABE45) is unknown color: approx Confetti. HEX triplet: DA, BE and 45. RGB value is (218,190,69). Sum of RGB (Red+Green+Blue) = 218+190+69=477 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.70% from 477); Green value is 190 (74.61% from 255 or 39.83% from 477); Blue value is 69 (27.34% from 255 or 14.47% from 477); Max value from RGB is 218 - color contains mainly: red. Hex color #DABE45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABE45 is #2541BA. Grayscale: #B9B9B9. Windows color (decimal): -2441659 or 4570842. OLE color: 4570842.

HSL color Cylindrical-coordinate representation of color #DABE45: hue angle of 48.72º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DABE45 is Cyan = 0, Magento = 0.13, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB21819069-
CMYK00.130.680.15
HSL48.72º66.82%56.27%-
HSV(B)48.72º68.35%85.49%-
XYZ48.452.1613.15-
YUV184.5862.78151.84-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.70%
GREEN value IS 190 (74.61% from 255) = 39.83%
BLUE value IS 69 (27.34% from 255) = 14.47%
R=45.70%
G=39.83%
B=14.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.68
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181906900.130.680.1548.7266.8256.27
HexDABE450D44F314338
Octal332276105015104176110370
Binary1101101010111110100010101101100010011111100011000011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABE45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABE45; }

 p { color: rgb(218,190,69); }

 H1.HeaderClassName
 {
   color: #DABE45;
 }
 .AnyTagClassName
 {
   color: #DABE45;
 }
</style>
background-color css

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

 a { background-color: rgb(218,190,69); }

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

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

 span { border-color: rgb(218,190,69); }

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