Html Css Color HEX #DBC553 Confetti

📋 copy color: '#DBC553'

red 219 ◦ green 197 ◦ blue 83

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

Shades of Confetti #DBC553

Tints of Confetti #DBC553

RGB

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

 GREEN value IS 197 (77.34% from 255) = 39.48%

 BLUE value IS 83 (32.81% from 255) = 16.63%

R = 43.89%
G = 39.48%
B = 16.63%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DBC553 (or 0xDBC553) is known color: Confetti. HEX triplet: DB, C5 and 53. RGB value is (219,197,83). Sum of RGB (Red+Green+Blue) = 219+197+83=499 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.89% from 499); Green value is 197 (77.34% from 255 or 39.48% from 499); Blue value is 83 (32.81% from 255 or 16.63% from 499); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC553 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC553 is #243AAC. Grayscale: #BFBFBF. Windows color (decimal): -2374317 or 5490139. OLE color: 5490139.

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

Color convert

RGB 219 197 83 -
CMYK 0 0.10 0.62 0.14
HSL 50.29º 0.65% 0.59% -
HSV(B) 50.29º 0.62% 0.86% -
XYZ 50.74 55.62 16.24 -
YUV 190.58 67.29 148.27 -
System Red Green Blue C M Y K H S L
Decimal 219 197 83 0 0.10 0.62 0.14 50.29 0.65 0.59
Hex DB C5 53 0 A 3E E 32 41 3B
Octal 333 305 123 0 12 76 16 62 101 73
Binary 11011011 11000101 1010011 0 1010 111110 1110 110010 1000001 111011

Color Harmonies of #DBC553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC553

Black with #DBC553

Text Example


Text Example

White with #DBC553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC553; }

 p { color: rgb(219,197,83); }

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

background-color css

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

 a { background-color: rgb(219,197,83); }

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

border-color css

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

 span { border-color: rgb(219,197,83); }

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