Html Css Color HEX #DBBE45 Confetti

📋 copy color: '#DBBE45'

red 219 ◦ green 190 ◦ blue 69

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

Shades of Confetti #DBBE45

Tints of Confetti #DBBE45

RGB

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

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

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

R = 45.82%
G = 39.75%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DBBE45 (or 0xDBBE45) is known color: Confetti. HEX triplet: DB, BE and 45. RGB value is (219,190,69). Sum of RGB (Red+Green+Blue) = 219+190+69=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 190 (74.61% from 255 or 39.75% from 478); Blue value is 69 (27.34% from 255 or 14.44% from 478); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBE45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBE45 is #2441BA. Grayscale: #B9B9B9. Windows color (decimal): -2376123 or 4570843. OLE color: 4570843.

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

Color convert

RGB 219 190 69 -
CMYK 0 0.13 0.68 0.14
HSL 48.4º 0.68% 0.56% -
HSV(B) 48.4º 0.68% 0.86% -
XYZ 48.7 52.32 13.16 -
YUV 184.88 62.61 152.34 -
System Red Green Blue C M Y K H S L
Decimal 219 190 69 0 0.13 0.68 0.14 48.4 0.68 0.56
Hex DB BE 45 0 D 44 E 30 44 38
Octal 333 276 105 0 15 104 16 60 104 70
Binary 11011011 10111110 1000101 0 1101 1000100 1110 110000 1000100 111000

Color Harmonies of #DBBE45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBE45

Black with #DBBE45

Text Example


Text Example

White with #DBBE45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBE45; }

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

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

background-color css

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

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

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

border-color css

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

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

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