Html Css Color HEX #DBBD4B Confetti

📋 copy color: '#DBBD4B'

red 219 ◦ green 189 ◦ blue 75

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

Shades of Confetti #DBBD4B

Tints of Confetti #DBBD4B

RGB

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

 GREEN value IS 189 (74.22% from 255) = 39.13%

 BLUE value IS 75 (29.69% from 255) = 15.53%

R = 45.34%
G = 39.13%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DBBD4B (or 0xDBBD4B) is known color: Confetti. HEX triplet: DB, BD and 4B. RGB value is (219,189,75). Sum of RGB (Red+Green+Blue) = 219+189+75=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 189 (74.22% from 255 or 39.13% from 483); Blue value is 75 (29.69% from 255 or 15.53% from 483); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBD4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBD4B is #2442B4. Grayscale: #B9B9B9. Windows color (decimal): -2376373 or 4963803. OLE color: 4963803.

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

Color convert

RGB 219 189 75 -
CMYK 0 0.14 0.66 0.14
HSL 47.5º 0.67% 0.58% -
HSV(B) 47.5º 0.66% 0.86% -
XYZ 48.68 51.96 14.12 -
YUV 184.97 65.94 152.27 -
System Red Green Blue C M Y K H S L
Decimal 219 189 75 0 0.14 0.66 0.14 47.5 0.67 0.58
Hex DB BD 4B 0 E 42 E 30 43 3A
Octal 333 275 113 0 16 102 16 60 103 72
Binary 11011011 10111101 1001011 0 1110 1000010 1110 110000 1000011 111010

Color Harmonies of #DBBD4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBD4B

Black with #DBBD4B

Text Example


Text Example

White with #DBBD4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBD4B; }

 p { color: rgb(219,189,75); }

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

background-color css

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

 a { background-color: rgb(219,189,75); }

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

border-color css

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

 span { border-color: rgb(219,189,75); }

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