Html Css Color HEX #DBBE4D Confetti

📋 copy color: '#DBBE4D'

red 219 ◦ green 190 ◦ blue 77

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

Shades of Confetti #DBBE4D

Tints of Confetti #DBBE4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 15.84%

R = 45.06%
G = 39.09%
B = 15.84%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DBBE4D (or 0xDBBE4D) is known color: Confetti. HEX triplet: DB, BE and 4D. RGB value is (219,190,77). Sum of RGB (Red+Green+Blue) = 219+190+77=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 190 (74.61% from 255 or 39.09% from 486); Blue value is 77 (30.47% from 255 or 15.84% from 486); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBE4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBE4D is #2441B2. Grayscale: #BABABA. Windows color (decimal): -2376115 or 5095131. OLE color: 5095131.

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

Color convert

RGB 219 190 77 -
CMYK 0 0.13 0.65 0.14
HSL 47.75º 0.66% 0.58% -
HSV(B) 47.75º 0.65% 0.86% -
XYZ 48.97 52.42 14.56 -
YUV 185.79 66.61 151.69 -
System Red Green Blue C M Y K H S L
Decimal 219 190 77 0 0.13 0.65 0.14 47.75 0.66 0.58
Hex DB BE 4D 0 D 41 E 30 42 3A
Octal 333 276 115 0 15 101 16 60 102 72
Binary 11011011 10111110 1001101 0 1101 1000001 1110 110000 1000010 111010

Color Harmonies of #DBBE4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBE4D

Black with #DBBE4D

Text Example


Text Example

White with #DBBE4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBE4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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