Html Css Color HEX #DBBC4B Confetti

📋 copy color: '#DBBC4B'

red 219 ◦ green 188 ◦ blue 75

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

Shades of Confetti #DBBC4B

Tints of Confetti #DBBC4B

RGB

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

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

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

R = 45.44%
G = 39%
B = 15.56%

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

#DBBC4B (or 0xDBBC4B) is known color: Confetti. HEX triplet: DB, BC and 4B. RGB value is (219,188,75). Sum of RGB (Red+Green+Blue) = 219+188+75=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 188 (73.83% from 255 or 39.00% from 482); Blue value is 75 (29.69% from 255 or 15.56% from 482); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBC4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBC4B is #2443B4. Grayscale: #B8B8B8. Windows color (decimal): -2376629 or 4963547. OLE color: 4963547.

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

Color convert

RGB 219 188 75 -
CMYK 0 0.14 0.66 0.14
HSL 47.08º 0.67% 0.58% -
HSV(B) 47.08º 0.66% 0.86% -
XYZ 48.47 51.53 14.05 -
YUV 184.39 66.27 152.69 -
System Red Green Blue C M Y K H S L
Decimal 219 188 75 0 0.14 0.66 0.14 47.08 0.67 0.58
Hex DB BC 4B 0 E 42 E 2F 43 3A
Octal 333 274 113 0 16 102 16 57 103 72
Binary 11011011 10111100 1001011 0 1110 1000010 1110 101111 1000011 111010

Color Harmonies of #DBBC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBC4B

Black with #DBBC4B

Text Example


Text Example

White with #DBBC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBC4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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