Html Css Color HEX #DBBC4C Confetti

📋 copy color: '#DBBC4C'

red 219 ◦ green 188 ◦ blue 76

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

Shades of Confetti #DBBC4C

Tints of Confetti #DBBC4C

RGB

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

 GREEN value IS 188 (73.83% from 255) = 38.92%

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

R = 45.34%
G = 38.92%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DBBC4C (or 0xDBBC4C) is known color: Confetti. HEX triplet: DB, BC and 4C. RGB value is (219,188,76). Sum of RGB (Red+Green+Blue) = 219+188+76=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 188 (73.83% from 255 or 38.92% from 483); Blue value is 76 (30.08% from 255 or 15.73% from 483); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBC4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBC4C is #2443B3. Grayscale: #B8B8B8. Windows color (decimal): -2376628 or 5029083. OLE color: 5029083.

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

Color convert

RGB 219 188 76 -
CMYK 0 0.14 0.65 0.14
HSL 46.99º 0.67% 0.58% -
HSV(B) 46.99º 0.65% 0.86% -
XYZ 48.5 51.55 14.23 -
YUV 184.5 66.77 152.61 -
System Red Green Blue C M Y K H S L
Decimal 219 188 76 0 0.14 0.65 0.14 46.99 0.67 0.58
Hex DB BC 4C 0 E 41 E 2F 43 3A
Octal 333 274 114 0 16 101 16 57 103 72
Binary 11011011 10111100 1001100 0 1110 1000001 1110 101111 1000011 111010

Color Harmonies of #DBBC4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBC4C

Black with #DBBC4C

Text Example


Text Example

White with #DBBC4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBC4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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