Html Css Color HEX #DBBE42 Confetti

📋 copy color: '#DBBE42'

red 219 ◦ green 190 ◦ blue 66

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

Shades of Confetti #DBBE42

Tints of Confetti #DBBE42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 13.89%

R = 46.11%
G = 40%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DBBE42 (or 0xDBBE42) is known color: Confetti. HEX triplet: DB, BE and 42. RGB value is (219,190,66). Sum of RGB (Red+Green+Blue) = 219+190+66=475 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.11% from 475); Green value is 190 (74.61% from 255 or 40% from 475); Blue value is 66 (26.17% from 255 or 13.89% from 475); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBE42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBE42 is #2441BD. Grayscale: #B9B9B9. Windows color (decimal): -2376126 or 4374235. OLE color: 4374235.

HSL color Cylindrical-coordinate representation of color #DBBE42: hue angle of 48.63º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DBBE42 is Cyan = 0, Magento = 0.13, Yellow = 0.70 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 190 66 -
CMYK 0 0.13 0.70 0.14
HSL 48.63º 0.68% 0.56% -
HSV(B) 48.63º 0.7% 0.86% -
XYZ 48.61 52.28 12.68 -
YUV 184.54 61.11 152.58 -
System Red Green Blue C M Y K H S L
Decimal 219 190 66 0 0.13 0.70 0.14 48.63 0.68 0.56
Hex DB BE 42 0 D 46 E 31 44 38
Octal 333 276 102 0 15 106 16 61 104 70
Binary 11011011 10111110 1000010 0 1101 1000110 1110 110001 1000100 111000

Color Harmonies of #DBBE42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBE42

Black with #DBBE42

Text Example


Text Example

White with #DBBE42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBE42; }

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

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

background-color css

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

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

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

border-color css

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

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

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