Html Css Color HEX #DBBE4A Confetti

📋 copy color: '#DBBE4A'

red 219 ◦ green 190 ◦ blue 74

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

Shades of Confetti #DBBE4A

Tints of Confetti #DBBE4A

RGB

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

 GREEN value IS 190 (74.61% from 255) = 39.34%

 BLUE value IS 74 (29.3% from 255) = 15.32%

R = 45.34%
G = 39.34%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DBBE4A (or 0xDBBE4A) is known color: Confetti. HEX triplet: DB, BE and 4A. RGB value is (219,190,74). Sum of RGB (Red+Green+Blue) = 219+190+74=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 190 (74.61% from 255 or 39.34% from 483); Blue value is 74 (29.30% from 255 or 15.32% from 483); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBE4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBE4A is #2441B5. Grayscale: #B9B9B9. Windows color (decimal): -2376118 or 4898523. OLE color: 4898523.

HSL color Cylindrical-coordinate representation of color #DBBE4A: hue angle of 48º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DBBE4A is Cyan = 0, Magento = 0.13, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 190 74 -
CMYK 0 0.13 0.66 0.14
HSL 48º 0.67% 0.57% -
HSV(B) 48º 0.66% 0.86% -
XYZ 48.86 52.38 14.01 -
YUV 185.45 65.11 151.93 -
System Red Green Blue C M Y K H S L
Decimal 219 190 74 0 0.13 0.66 0.14 48 0.67 0.57
Hex DB BE 4A 0 D 42 E 30 43 39
Octal 333 276 112 0 15 102 16 60 103 71
Binary 11011011 10111110 1001010 0 1101 1000010 1110 110000 1000011 111001

Color Harmonies of #DBBE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBE4A

Black with #DBBE4A

Text Example


Text Example

White with #DBBE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBE4A; }

 p { color: rgb(219,190,74); }

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

background-color css

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

 a { background-color: rgb(219,190,74); }

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

border-color css

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

 span { border-color: rgb(219,190,74); }

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