Html Css Color HEX #DBBF4C Confetti

📋 copy color: '#DBBF4C'

red 219 ◦ green 191 ◦ blue 76

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

Shades of Confetti #DBBF4C

Tints of Confetti #DBBF4C

RGB

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

 GREEN value IS 191 (75% from 255) = 39.3%

 BLUE value IS 76 (30.08% from 255) = 15.64%

R = 45.06%
G = 39.3%
B = 15.64%

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

#DBBF4C (or 0xDBBF4C) is known color: Confetti. HEX triplet: DB, BF and 4C. RGB value is (219,191,76). Sum of RGB (Red+Green+Blue) = 219+191+76=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 191 (75% from 255 or 39.30% from 486); Blue value is 76 (30.08% from 255 or 15.64% from 486); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBF4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBF4C is #2440B3. Grayscale: #BABABA. Windows color (decimal): -2375860 or 5029851. OLE color: 5029851.

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

Color convert

RGB 219 191 76 -
CMYK 0 0.13 0.65 0.14
HSL 48.25º 0.67% 0.58% -
HSV(B) 48.25º 0.65% 0.86% -
XYZ 49.15 52.84 14.45 -
YUV 186.26 65.78 151.35 -
System Red Green Blue C M Y K H S L
Decimal 219 191 76 0 0.13 0.65 0.14 48.25 0.67 0.58
Hex DB BF 4C 0 D 41 E 30 43 3A
Octal 333 277 114 0 15 101 16 60 103 72
Binary 11011011 10111111 1001100 0 1101 1000001 1110 110000 1000011 111010

Color Harmonies of #DBBF4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBF4C

Black with #DBBF4C

Text Example


Text Example

White with #DBBF4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBF4C; }

 p { color: rgb(219,191,76); }

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

background-color css

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

 a { background-color: rgb(219,191,76); }

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

border-color css

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

 span { border-color: rgb(219,191,76); }

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