Html Css Color HEX #DBC758 Confetti

📋 copy color: '#DBC758'

red 219 ◦ green 199 ◦ blue 88

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

Shades of Confetti #DBC758

Tints of Confetti #DBC758

RGB

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

 GREEN value IS 199 (78.13% from 255) = 39.33%

 BLUE value IS 88 (34.77% from 255) = 17.39%

R = 43.28%
G = 39.33%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DBC758 (or 0xDBC758) is known color: Confetti. HEX triplet: DB, C7 and 58. RGB value is (219,199,88). Sum of RGB (Red+Green+Blue) = 219+199+88=506 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.28% from 506); Green value is 199 (78.12% from 255 or 39.33% from 506); Blue value is 88 (34.77% from 255 or 17.39% from 506); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC758 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC758 is #2438A7. Grayscale: #C0C0C0. Windows color (decimal): -2373800 or 5818331. OLE color: 5818331.

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

Color convert

RGB 219 199 88 -
CMYK 0 0.09 0.60 0.14
HSL 50.84º 0.65% 0.6% -
HSV(B) 50.84º 0.6% 0.86% -
XYZ 51.4 56.61 17.45 -
YUV 192.33 69.13 147.03 -
System Red Green Blue C M Y K H S L
Decimal 219 199 88 0 0.09 0.60 0.14 50.84 0.65 0.6
Hex DB C7 58 0 9 3C E 33 41 3C
Octal 333 307 130 0 11 74 16 63 101 74
Binary 11011011 11000111 1011000 0 1001 111100 1110 110011 1000001 111100

Color Harmonies of #DBC758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC758

Black with #DBC758

Text Example


Text Example

White with #DBC758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC758; }

 p { color: rgb(219,199,88); }

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

background-color css

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

 a { background-color: rgb(219,199,88); }

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

border-color css

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

 span { border-color: rgb(219,199,88); }

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