Html Css Color HEX #DBC640 Confetti

📋 copy color: '#DBC640'

red 219 ◦ green 198 ◦ blue 64

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

Shades of Confetti #DBC640

Tints of Confetti #DBC640

RGB

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

 GREEN value IS 198 (77.73% from 255) = 41.16%

 BLUE value IS 64 (25.39% from 255) = 13.31%

R = 45.53%
G = 41.16%
B = 13.31%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DBC640 (or 0xDBC640) is known color: Confetti. HEX triplet: DB, C6 and 40. RGB value is (219,198,64). Sum of RGB (Red+Green+Blue) = 219+198+64=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 198 (77.73% from 255 or 41.16% from 481); Blue value is 64 (25.39% from 255 or 13.31% from 481); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC640 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC640 is #2439BF. Grayscale: #BDBDBD. Windows color (decimal): -2374080 or 4245211. OLE color: 4245211.

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

Color convert

RGB 219 198 64 -
CMYK 0 0.10 0.71 0.14
HSL 51.87º 0.68% 0.55% -
HSV(B) 51.87º 0.71% 0.86% -
XYZ 50.33 55.82 12.97 -
YUV 189 57.46 149.4 -
System Red Green Blue C M Y K H S L
Decimal 219 198 64 0 0.10 0.71 0.14 51.87 0.68 0.55
Hex DB C6 40 0 A 47 E 34 44 37
Octal 333 306 100 0 12 107 16 64 104 67
Binary 11011011 11000110 1000000 0 1010 1000111 1110 110100 1000100 110111

Color Harmonies of #DBC640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC640

Black with #DBC640

Text Example


Text Example

White with #DBC640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC640; }

 p { color: rgb(219,198,64); }

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

background-color css

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

 a { background-color: rgb(219,198,64); }

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

border-color css

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

 span { border-color: rgb(219,198,64); }

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