Html Css Color HEX #DBC850 Confetti

📋 copy color: '#DBC850'

red 219 ◦ green 200 ◦ blue 80

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

Shades of Confetti #DBC850

Tints of Confetti #DBC850

RGB

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

 GREEN value IS 200 (78.52% from 255) = 40.08%

 BLUE value IS 80 (31.64% from 255) = 16.03%

R = 43.89%
G = 40.08%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DBC850 (or 0xDBC850) is known color: Confetti. HEX triplet: DB, C8 and 50. RGB value is (219,200,80). Sum of RGB (Red+Green+Blue) = 219+200+80=499 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.89% from 499); Green value is 200 (78.52% from 255 or 40.08% from 499); Blue value is 80 (31.64% from 255 or 16.03% from 499); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC850 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC850 is #2437AF. Grayscale: #C0C0C0. Windows color (decimal): -2373552 or 5294299. OLE color: 5294299.

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

Color convert

RGB 219 200 80 -
CMYK 0 0.09 0.63 0.14
HSL 51.8º 0.66% 0.59% -
HSV(B) 51.8º 0.63% 0.86% -
XYZ 51.32 56.95 15.88 -
YUV 192 64.79 147.26 -
System Red Green Blue C M Y K H S L
Decimal 219 200 80 0 0.09 0.63 0.14 51.8 0.66 0.59
Hex DB C8 50 0 9 3F E 34 42 3B
Octal 333 310 120 0 11 77 16 64 102 73
Binary 11011011 11001000 1010000 0 1001 111111 1110 110100 1000010 111011

Color Harmonies of #DBC850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC850

Black with #DBC850

Text Example


Text Example

White with #DBC850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC850; }

 p { color: rgb(219,200,80); }

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

background-color css

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

 a { background-color: rgb(219,200,80); }

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

border-color css

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

 span { border-color: rgb(219,200,80); }

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